diff options
| author | s1n <[email protected]> | 2019-10-20 16:49:58 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 16:49:58 -0700 |
| commit | e1aad6c9752ec6ab6fcfb0be8834f165161a8031 (patch) | |
| tree | 37280a3f89974e9317cf8877644a9ec3b7a0ec0d /.gitignore | |
| parent | favicon (diff) | |
| download | p.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.tar.xz p.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.zip | |
notexthighlight/ contextmenu, links and organize
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b07954 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# 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 +.vscode +.vs +/test/ + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +/lambda + +# ide +.idea |