Skip to content

Commit 5cda3f8

Browse files
committed
chore: 完善 .gitignore 配置
1 parent 459bc51 commit 5cda3f8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ lerna-debug.log*
99

1010
# Dependencies
1111
node_modules
12+
.pnpm-store
1213

1314
# Build output
1415
dist
1516
dist-ssr
1617
build
1718
*.local
19+
out
1820

1921
# Editor directories and files
2022
.vscode/*
2123
!.vscode/extensions.json
24+
!.vscode/settings.json
2225
.idea
23-
.DS_Store
2426
*.suo
2527
*.ntvs*
2628
*.njsproj
@@ -30,26 +32,43 @@ build
3032
# OS files
3133
.DS_Store
3234
Thumbs.db
35+
*.swp
36+
*~
3337

3438
# Environment files
3539
.env
3640
.env.local
3741
.env.*.local
42+
.env.development
43+
.env.production
3844

3945
# Test coverage
4046
coverage
47+
*.lcov
4148

4249
# Cache
4350
.cache
4451
*.tsbuildinfo
52+
.eslintcache
53+
.stylelintcache
4554

4655
# Playwright
4756
playwright-report
4857
test-results
58+
playwright/.cache
4959

5060
# Backup files
5161
*.bak
62+
*.backup
63+
*.orig
64+
65+
# Temporary files
66+
tmp
67+
temp
68+
*.tmp
5269

70+
# Debug
71+
.debug
5372

5473
# Nested git repositories
5574
leetcode-139-word-break/

0 commit comments

Comments
 (0)