Version 1.0.1 small fixes
This commit is contained in:
+24
-1
@@ -1,3 +1,27 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
.Spotlight-V100
|
||||
@@ -19,7 +43,6 @@ node_modules
|
||||
.nodemonignore
|
||||
npm-debug.log
|
||||
npm*
|
||||
*.log
|
||||
*.gz
|
||||
|
||||
# Other
|
||||
|
||||
Reference in New Issue
Block a user