Matt Condon
7 år sedan
förälder
incheckning
887c1bb925
1 ändrade filer med
31 tillägg och
5 borttagningar
-
31
5
.gitignore
|
@@ -1,9 +1,35 @@
|
|
|
*.swp
|
|
|
*.swo
|
|
|
-node_modules/
|
|
|
-build/
|
|
|
-.DS_Store/
|
|
|
-/coverage
|
|
|
-coverage.json
|
|
|
+
|
|
|
+# Logs
|
|
|
+logs
|
|
|
+*.log
|
|
|
+
|
|
|
+# Runtime data
|
|
|
+pids
|
|
|
+*.pid
|
|
|
+*.seed
|
|
|
allFiredEvents
|
|
|
scTopics
|
|
|
+
|
|
|
+# Coverage directory used by tools like istanbul
|
|
|
+coverage
|
|
|
+coverage.json
|
|
|
+
|
|
|
+# node-waf configuration
|
|
|
+.lock-wscript
|
|
|
+
|
|
|
+# Dependency directory
|
|
|
+node_modules
|
|
|
+
|
|
|
+# Debug log from npm
|
|
|
+npm-debug.log
|
|
|
+
|
|
|
+# local env variables
|
|
|
+.env
|
|
|
+
|
|
|
+# truffle build directory
|
|
|
+build/
|
|
|
+
|
|
|
+# lol macs
|
|
|
+.DS_Store/
|