diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 20:46:57 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 20:46:57 +1200 |
commit | b75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (patch) | |
tree | b52abf777f2478ed452d4a3f0521aa71c2c9da27 /modern/.gitignore | |
parent | 1754679a03da46814c9d65211ead1840372521ac (diff) | |
download | trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.gz trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.tar.bz2 trackermap-web-b75f41963e9efb3fd0d0f7c1ee9c9d0003899349.zip |
Create initial React project
Diffstat (limited to 'modern/.gitignore')
-rw-r--r-- | modern/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modern/.gitignore b/modern/.gitignore new file mode 100644 index 00000000..d30f40ef --- /dev/null +++ b/modern/.gitignore @@ -0,0 +1,21 @@ +# 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* |