UNPKG

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