Skip to content

Commit a9c6fa4

Browse files
yndu13JacksonTian
authored andcommitted
chore: update .gitignore
1 parent 756dd67 commit a9c6fa4

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

.gitignore

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
1-
.idea/
1+
# OS
22
.DS_Store
3-
.history/
4-
.nyc_output/
3+
4+
# IDE
55
.vscode/
6-
*.lock
7-
*.sum
8-
*.log
9-
vendor/
10-
*.iml
11-
target/
12-
.settings/
13-
.classpath
6+
.idea
7+
.settings
148
.project
159
.history/
16-
coverage.html
17-
coverage.out
18-
node_modules/
19-
libraries/
20-
**/.libraries.json
21-
*.sh
22-
**/bin/
23-
**/obj/
24-
**/csharp/**/.vs/
25-
**/dist/
26-
*.tgz
27-
test*
28-
.php_cs.cache
29-
.env
3010

31-
**/python/**/__pycache__
32-
*.nupkg
11+
# Node.js dependencies
12+
node_modules/
3313
package-lock.json
14+
15+
# Generate output
16+
.nuxt
17+
dist
18+
19+
# Optional npm cache and logs
20+
.npm
21+
.npmrc
22+
npm-debug.log*
23+
yarn-debug.log*
24+
25+
# nyc test coverage
26+
.nyc_output/
27+
coverage
28+
test/config.js
29+
30+
# ENV files
31+
.env
32+
.env.*.local

0 commit comments

Comments
 (0)