diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 15:46:12 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 15:49:40 +0200 |
| commit | b8c2848e6b38c5aaafbe307494865066c748fff8 (patch) | |
| tree | 2c45b848a8d6dd529cde6efdf64f3c88c888d7ed /.gitignore | |
| parent | f3b7cc1b3f896462ef0ceac646308d08a2dab3a9 (diff) | |
Initial v4.0 - migrate back to React
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -1,2 +1,23 @@ -node_modules/ -static/js/build.js*
\ No newline at end of file +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# 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* |
