69 lines
781 B
Plaintext
69 lines
781 B
Plaintext
# 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
|
|
.nyc_output/
|
|
|
|
# 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
|
|
.Trashes
|
|
Icon?
|
|
._*
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
.directory
|
|
*~
|
|
|
|
# NPM
|
|
node_modules
|
|
.nodemonignore
|
|
npm-debug.log
|
|
npm*
|
|
*.gz
|
|
|
|
# Other
|
|
*_conflict-
|
|
.notes.txt
|
|
.idea
|
|
*.ipr
|
|
*.iws
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.*.swp
|
|
.svn
|
|
.hg
|
|
CVS
|
|
.eslintrc.json
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
test/
|
|
dist/
|
|
tsconfig.json
|
|
typings.d.ts
|