]> git.wincent.com - hextrapolate.git/blobdiff - .gitignore
Ignore leading zeros
[hextrapolate.git] / .gitignore
index b0e3907bceea41080820793b67e4b66612a9ad89..d30f40ef4422ff27041df9dba83e4bd26849dc48 100644 (file)
@@ -1,3 +1,21 @@
-node_modules
-npm-debug.log
+# 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*