Skip to content

Commit 5b0db52

Browse files
committed
chore: clean up .gitignore
1 parent 122b4b0 commit 5b0db52

File tree

1 file changed

+4
-104
lines changed

1 file changed

+4
-104
lines changed

.gitignore

Lines changed: 4 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,21 @@
11
# Logs
22
logs
33
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
lerna-debug.log*
8-
.pnpm-debug.log*
94

105
.DS_Store
116

12-
# Diagnostic reports (https://nodejs.org/api/report.html)
13-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
14-
15-
# Runtime data
16-
pids
17-
*.pid
18-
*.seed
19-
*.pid.lock
20-
21-
# Directory for instrumented libs generated by jscoverage/JSCover
22-
lib-cov
7+
# dist files
8+
dist
9+
doc_build
10+
.swc
2311

2412
# Coverage directory used by tools like istanbul
2513
coverage
2614
!rstest/coverage/
2715
*.lcov
2816

29-
# nyc test coverage
30-
.nyc_output
31-
32-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
33-
.grunt
34-
35-
# Bower dependency directory (https://bower.io/)
36-
bower_components
37-
38-
# node-waf configuration
39-
.lock-wscript
40-
41-
# Compiled binary addons (https://nodejs.org/api/addons.html)
42-
build/Release
43-
4417
# Dependency directories
4518
node_modules/
46-
jspm_packages/
4719

4820
# TypeScript cache
4921
*.tsbuildinfo
@@ -57,81 +29,9 @@ jspm_packages/
5729
# Optional stylelint cache
5830
.stylelintcache
5931

60-
# Microbundle cache
61-
.rpt2_cache/
62-
.rts2_cache_cjs/
63-
.rts2_cache_es/
64-
.rts2_cache_umd/
65-
66-
# Optional REPL history
67-
.node_repl_history
68-
69-
# Output of 'npm pack'
70-
*.tgz
71-
72-
# Yarn Integrity file
73-
.yarn-integrity
74-
7532
# dotenv environment variable files
7633
.env
7734
.env.development.local
7835
.env.test.local
7936
.env.production.local
8037
.env.local
81-
82-
# parcel-bundler cache (https://parceljs.org/)
83-
.cache
84-
.parcel-cache
85-
86-
# Next.js build output
87-
.next
88-
out
89-
.swc
90-
91-
# Nuxt.js build / generate output
92-
.nuxt
93-
dist
94-
95-
# Gatsby files
96-
.cache/
97-
# Comment in the public line in if your project uses Gatsby and not Next.js
98-
# https://nextjs.org/blog/next-9-1#public-directory-support
99-
# public
100-
101-
# vuepress build output
102-
.vuepress/dist
103-
104-
# vuepress v2.x temp and cache directory
105-
.temp
106-
.cache
107-
108-
# Docusaurus cache and generated files
109-
.docusaurus
110-
111-
# Serverless directories
112-
.serverless/
113-
114-
# FuseBox cache
115-
.fusebox/
116-
117-
# DynamoDB Local files
118-
.dynamodb/
119-
120-
# TernJS port file
121-
.tern-port
122-
123-
# Stores VSCode versions used for testing VSCode extensions
124-
.vscode-test
125-
126-
# yarn v2
127-
.yarn/cache
128-
.yarn/unplugged
129-
.yarn/build-state.yml
130-
.yarn/install-state.gz
131-
.pnp.*
132-
133-
# ignore lock to test more
134-
yarn.lock
135-
package-lock.json
136-
137-
.idea/

0 commit comments

Comments
 (0)