UNPKG

602 BPlain TextView Raw
1# Created by https://www.gitignore.io/api/node
2
3### Node ###
4# Logs
5logs
6*.log
7npm-debug.log*
8
9# Runtime data
10pids
11*.pid
12*.seed
13
14# Directory for instrumented libs generated by jscoverage/JSCover
15lib-cov
16
17# Coverage directory used by tools like istanbul
18coverage
19covreporter
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
31node_modules
32
33# Optional npm cache directory
34.npm
35
36# Optional REPL history
37.node_repl_history