diff options
author | Pete Johanson <[email protected]> | 2020-05-25 21:33:21 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-05-25 21:33:21 -0400 |
commit | e00408d7464e597bab543ff61a4af8b9beb17629 (patch) | |
tree | 1b60b9b57b9ede7656f31d4dd390891cb7135b07 /docs/.gitignore | |
parent | 96b87b2594d590b9eed009803218f773716fd2ac (diff) | |
download | zmk-e00408d7464e597bab543ff61a4af8b9beb17629.tar.gz zmk-e00408d7464e597bab543ff61a4af8b9beb17629.zip |
Initial work on basic documentation.
Diffstat (limited to 'docs/.gitignore')
-rw-r--r-- | docs/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000000..b2d6de3062 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,20 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* |