UNPKG

746 BPlain TextView Raw
1build
2temp
3tmp
4db
5test/build
6
7# Created by https://www.gitignore.io/api/node
8
9### Node ###
10# Logs
11logs
12*.log
13npm-debug.log*
14
15# Runtime data
16pids
17*.pid
18*.seed
19
20# Directory for instrumented libs generated by jscoverage/JSCover
21lib-cov
22
23# Coverage directory used by tools like istanbul
24coverage
25
26# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27.grunt
28
29# node-waf configuration
30.lock-wscript
31
32# Compiled binary addons (http://nodejs.org/api/addons.html)
33build/Release
34
35# Dependency directory
36# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
37node_modules
38
39# Optional npm cache directory
40.npm
41
42# Optional REPL history
43.node_repl_history
44