2015-07-07 05:33:01 +08:00
|
|
|
# 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
|
2015-07-07 04:32:02 +08:00
|
|
|
|
2015-07-07 05:33:01 +08:00
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
# Deployed apps should consider commenting this line out:
|
|
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
|
|
node_modules
|
2015-07-30 18:16:29 +08:00
|
|
|
|
2016-05-19 02:37:46 +08:00
|
|
|
# Visual Studio files
|
|
|
|
*.sln
|
|
|
|
*.njsproj
|
|
|
|
|
|
|
|
# Vim files
|
|
|
|
# swap
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
# session
|
|
|
|
Session.vim
|
|
|
|
# temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
# auto-generated tag files
|
|
|
|
tags
|
2015-07-30 18:16:29 +08:00
|
|
|
|