diff options
| author | s1n <[email protected]> | 2019-07-24 09:10:20 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-24 09:10:20 -0700 |
| commit | 96b7bd43e33b65b30464dd04782ab12d546c3765 (patch) | |
| tree | 2e51cc61709c67b3629421fcc6d503c5c7e45517 /.gitignore | |
| parent | Initial commit (diff) | |
| download | s1n.pw-admin-96b7bd43e33b65b30464dd04782ab12d546c3765.tar.xz s1n.pw-admin-96b7bd43e33b65b30464dd04782ab12d546c3765.zip | |
Create .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..344b8d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +/lambda + +# ide +.idea |