64 lines
959 B
Plaintext
64 lines
959 B
Plaintext
# Logs
|
|
logs
|
|
test_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
|
|
|
|
# docs output
|
|
out
|
|
docs
|
|
|
|
# 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
|
|
|
|
# build folder for automated releases
|
|
latest
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
# Emacs
|
|
*~
|
|
|
|
# WebStorm/IntelliJ
|
|
.idea
|
|
|
|
# visual studio code
|
|
.vscode
|
|
|
|
# Babel.js
|
|
lib/
|
|
# types/* once we have full typescript support, we can generate types from the typescript files
|
|
!types/tsconfig.json
|
|
|
|
# cache folder
|
|
.cache
|
|
.eslintcache
|
|
|
|
# Mac DS_Store files
|
|
.DS_Store
|
|
|
|
# Folder created by FileSystemAdapter
|
|
/files
|
|
|
|
# Redis Dump
|
|
dump.rdb
|