Herve Quatremain
2019-10-10 eaac8b2fea7b731a245afd1c3b9714a6804d3019
commit | author | age
f114b5 1 # Logs
DK 2 logs
3 *.log
4 npm-debug.log*
5 yarn-debug.log*
6 yarn-error.log*
7 lerna-debug.log*
8
9 # Diagnostic reports (https://nodejs.org/api/report.html)
10 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11
12 # Runtime data
13 pids
14 *.pid
15 *.seed
16 *.pid.lock
17
18 # Directory for instrumented libs generated by jscoverage/JSCover
19 lib-cov
20
21 # Coverage directory used by tools like istanbul
22 coverage
23 *.lcov
24
25 # nyc test coverage
26 .nyc_output
27
28 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29 .grunt
30
31 # Bower dependency directory (https://bower.io/)
32 bower_components
33
34 # node-waf configuration
35 .lock-wscript
36
37 # Compiled binary addons (https://nodejs.org/api/addons.html)
38 build/Release
39
40 # Dependency directories
41 node_modules/
42 jspm_packages/
43
44 # TypeScript v1 declaration files
45 typings/
46
47 # TypeScript cache
48 *.tsbuildinfo
49
50 # Optional npm cache directory
51 .npm
52
53 # Optional eslint cache
54 .eslintcache
55
56 # Optional REPL history
57 .node_repl_history
58
59 # Output of 'npm pack'
60 *.tgz
61
62 # Yarn Integrity file
63 .yarn-integrity
64
65 # dotenv environment variables file
66 .env
67 .env.test
68
69 # parcel-bundler cache (https://parceljs.org/)
70 .cache
71
72 # next.js build output
73 .next
74
75 # nuxt.js build output
76 .nuxt
77
78 # gatsby files
79 .cache/
80 public
81
82 # vuepress build output
83 .vuepress/dist
84
85 # Serverless directories
86 .serverless/
87
88 # FuseBox cache
89 .fusebox/
90
91 # DynamoDB Local files
92 .dynamodb/