File tree Expand file tree Collapse file tree 1 file changed +9
-59
lines changed
Expand file tree Collapse file tree 1 file changed +9
-59
lines changed Original file line number Diff line number Diff line change 11# Mac Files
22.DS_Store
33
4- # Logs
5- logs
6- * .log
7- npm-debug.log *
8- lerna-debug.log *
9-
10- # Diagnostic reports (https://nodejs.org/api/report.html)
11- report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
12-
13- # Runtime data
14- pids
15- * .pid
16- * .seed
17- * .pid.lock
4+ # Build files
5+ dist /
6+ build /
187
19- # Directory for instrumented libs generated by jscoverage/JSCover
20- lib-cov
8+ # Dependency directories
9+ node_modules /
2110
2211# Coverage directory used by tools like istanbul
2312coverage
2413* .lcov
2514
26- # nyc test coverage
27- .nyc_output
28-
29- # Compiled binary addons (https://nodejs.org/api/addons.html)
30- build /Release
31-
32- # Dependency directories
33- node_modules /
34- jspm_packages /
35-
36- # TypeScript v1 declaration files
37- typings /
38-
39- # TypeScript cache
40- * .tsbuildinfo
15+ # Logs
16+ logs
17+ * .log
18+ npm-debug.log *
4119
4220# Optional npm cache directory
4321.npm
4422
45- # Optional eslint cache
46- .eslintcache
47-
48- # Optional REPL history
49- .node_repl_history
50-
51- # Output of 'npm pack'
52- * .tgz
53-
54- # dotenv environment variables file
55- .env
56- .env.test
57-
58- # parcel-bundler cache (https://parceljs.org/)
59- .cache
60-
61- # Uncomment the public line if your project uses Gatsby
62- # https://nextjs.org/blog/next-9-1#public-directory-support
63- # https://create-react-app.dev/docs/using-the-public-folder/#docsNav
64- # public
65-
66- # Storybook build outputs
67- .out
68- .storybook-out
69-
7023# Temporary folders
7124tmp /
7225temp /
73-
74- dist /
75- build /
You can’t perform that action at this time.
0 commit comments