Skip to content

Commit c4a5ed4

Browse files
committed
chore: add inherited gitignore
1 parent 385634f commit c4a5ed4

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.git
2+
node_modules/
3+
jspm_packages/
4+
.bun
5+
.bun_modules/
6+
deno.lock
7+
.dist
8+
dist/
9+
build/
10+
.cache/
11+
logs
12+
*.log
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
16+
lerna-debug.log*
17+
.pnpm-debug.log*
18+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
19+
pids
20+
*.pid
21+
*.seed
22+
*.pid.lock
23+
lib-cov
24+
coverage
25+
*.lcov
26+
.nyc_output
27+
.grunt
28+
.serverless
29+
.next
30+
.nuxt/
31+
.output/
32+
out/
33+
.parcel-cache
34+
.vscode/
35+
.idea/
36+
.DS_Store
37+
node_modules.bun/
38+
_test

0 commit comments

Comments
 (0)