aboutsummaryrefslogtreecommitdiff
path: root/modern/.gitignore
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 20:46:57 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 20:46:57 +1200
commitb75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (patch)
treeb52abf777f2478ed452d4a3f0521aa71c2c9da27 /modern/.gitignore
parent1754679a03da46814c9d65211ead1840372521ac (diff)
downloadtrackermap-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/.gitignore21
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*