UNPKG

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