node-eventstore-client/.gitignore

43 lines
609 B
Plaintext
Raw Normal View History

2016-03-09 19:52:01 +00:00
# Logs
logs
*.log
npm-debug.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
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
2016-03-09 23:38:46 +00:00
# InteliJ
2016-11-07 00:12:49 +00:00
.idea/workspace.xml
2016-10-29 21:30:39 +00:00
.vscode
2016-10-15 05:53:23 +00:00
2016-10-29 21:30:39 +00:00
lib/
.eslintrc.json
jsconfig.json
2016-11-07 06:58:11 +00:00
docs/