Skip to content

Commit 19b48c7

Browse files
Copilothotlong
andcommitted
Fix .gitignore patterns to be more specific
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent bbd96cb commit 19b48c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ package-lock.json
1010
dist/
1111
build/
1212
*.tsbuildinfo
13-
*.d.ts
14-
*.d.ts.map
15-
*.js
16-
*.js.map
1713

18-
# Keep specific config files
19-
!*.config.js
14+
# TypeScript build artifacts in root (if any)
15+
/*.js
16+
/*.js.map
17+
/*.d.ts
18+
/*.d.ts.map
2019

2120
# Environment files
2221
.env

0 commit comments

Comments
 (0)