Skip to content

Commit b4fb8e8

Browse files
committed
update gitignore
1 parent ac86a02 commit b4fb8e8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.gitignore

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,45 @@ node_modules/
33
py_modules/
44

55
# Build output
6+
# main JS/TS bundles and artifacts
67
dist/
78
out/
9+
build/
10+
.cache/
811
*.zip
912

10-
# IDE
11-
.vscode/settings.json
13+
# TypeScript
14+
*.tsbuildinfo
15+
16+
# IDE / Editor
17+
.vscode/
1218
.idea/
19+
*.swp
1320

1421
# OS
1522
.DS_Store
1623
Thumbs.db
1724

1825
# Logs
1926
*.log
27+
npm-debug.log*
28+
yarn-debug.log*
29+
yarn-error.log*
30+
pnpm-debug.log*
2031

2132
# Environment
2233
.env
23-
.env.local
34+
.env.*
2435

2536
# Python
2637
__pycache__/
2738
*.py[cod]
2839
*$py.class
2940
.Python
3041
*.so
42+
.venv/
43+
venv/
44+
.env.python
3145

3246
# pnpm
3347
.pnpm-store/

0 commit comments

Comments
 (0)