File tree Expand file tree Collapse file tree 2 files changed +13
-45
lines changed Expand file tree Collapse file tree 2 files changed +13
-45
lines changed Original file line number Diff line number Diff line change 1+ # Ignore all
2+ *
3+
4+ # Unignore all with extensions
5+ ! * . *
6+
7+ # Unignore all dirs
8+ ! * /
9+
10+ .DS_Store
11+
112# Logs
213logs
314* .log
415npm-debug.log *
516yarn-debug.log *
617yarn-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
1118
1219# Runtime data
1320pids
@@ -20,12 +27,11 @@ lib-cov
2027
2128# Coverage directory used by tools like istanbul
2229coverage
23- * .lcov
2430
2531# nyc test coverage
2632.nyc_output
2733
28- # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
34+ # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
2935.grunt
3036
3137# Bower dependency directory (https://bower.io/)
@@ -44,21 +50,12 @@ jspm_packages/
4450# TypeScript v1 declaration files
4551typings /
4652
47- # TypeScript cache
48- * .tsbuildinfo
49-
5053# Optional npm cache directory
5154.npm
5255
5356# Optional eslint cache
5457.eslintcache
5558
56- # Microbundle cache
57- .rpt2_cache /
58- .rts2_cache_cjs /
59- .rts2_cache_es /
60- .rts2_cache_umd /
61-
6259# Optional REPL history
6360.node_repl_history
6461
@@ -70,35 +67,6 @@ typings/
7067
7168# dotenv environment variables file
7269.env
73- .env.test
74-
75- # parcel-bundler cache (https://parceljs.org/)
76- .cache
7770
78- # Next .js build output
71+ # next .js build output
7972.next
80-
81- # Nuxt.js build / generate output
82- .nuxt
83- dist
84-
85- # Gatsby files
86- .cache /
87- # Comment in the public line in if your project uses Gatsby and *not* Next.js
88- # https://nextjs.org/blog/next-9-1#public-directory-support
89- # public
90-
91- # vuepress build output
92- .vuepress /dist
93-
94- # Serverless directories
95- .serverless /
96-
97- # FuseBox cache
98- .fusebox /
99-
100- # DynamoDB Local files
101- .dynamodb /
102-
103- # TernJS port file
104- .tern-port
You can’t perform that action at this time.
0 commit comments