Skip to content

Commit a5db8d9

Browse files
committed
chore: update gitignore
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent fd09519 commit a5db8d9

File tree

1 file changed

+74
-2
lines changed

1 file changed

+74
-2
lines changed

.gitignore

+74-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,76 @@
1-
/test/tmp/*
1+
*.tsbuildinfo
2+
.cache
3+
.*cache
4+
*.cache
5+
6+
test/tmp
27
*.upload
38
*.un~
4-
/node_modules/*
9+
10+
# Build environment
11+
dist
12+
13+
# Package managers lockfiles
14+
package-lock.json
15+
shrinkwrap.json
16+
pnpm-lock.json
17+
18+
# Logs
19+
logs
20+
*.log
21+
*~
22+
23+
# Runtime data
24+
pids
25+
*.pid
26+
*.seed
27+
*.pid.lock
28+
29+
# Directory for instrumented libs generated by jscoverage/JSCover
30+
lib-cov
31+
32+
# Coverage directory used by tools like istanbul
33+
/coverage
34+
35+
# nyc test coverage
36+
.nyc_output
37+
38+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
39+
.grunt
40+
41+
# Bower dependency directory (https://bower.io/)
42+
bower_components
43+
44+
# node-waf configuration
45+
.lock-wscript
46+
47+
# Compiled binary addons (https://nodejs.org/api/addons.html)
48+
build/Release
49+
50+
# Dependency directories
51+
node_modules/
52+
jspm_packages/
53+
54+
# TypeScript v1 declaration files
55+
typings/
56+
57+
# Optional npm cache directory
58+
.npm
59+
60+
# Optional eslint cache
61+
.eslintcache
62+
63+
# Optional REPL history
64+
.node_repl_history
65+
66+
# Output of 'npm pack'
67+
*.tgz
68+
69+
# Yarn Integrity file
70+
.yarn-integrity
71+
72+
# dotenv environment variables file
73+
.env
74+
75+
# next.js build output
76+
.next

0 commit comments

Comments
 (0)