]> git.r.bdr.sh - rbdr/cologne/blame - .npmignore
Update CHANGELOG
[rbdr/cologne] / .npmignore
CommitLineData
58906d77
RBR
1# Logs
2logs
3*.log
4npm-debug.log*
5
6# Runtime data
7pids
8*.pid
9*.seed
10
11# Directory for instrumented libs generated by jscoverage/JSCover
12lib-cov
13
14# Coverage directory used by tools like istanbul
15coverage
16
17# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18.grunt
19
20# node-waf configuration
21.lock-wscript
22
23# Compiled binary addons (http://nodejs.org/api/addons.html)
24build/Release
25
26# Dependency directory
27# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
28node_modules
29
30# Optional npm cache directory
31.npm
32
33# Optional REPL history
34.node_repl_history
35
36# JSDoc
37doc