UNPKG

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