Skip to content

Commit bf23488

Browse files
committed
Merge pull request #7041 from RyanCavanaugh/ignorejs
Ignore JS files under tests/cases/*
2 parents cf8432c + 46ee639 commit bf23488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ build.json
2828
*.actual
2929
tests/webhost/*.d.ts
3030
tests/webhost/webtsc.js
31-
tests/*.js
32-
tests/*.js.map
33-
tests/*.d.ts
31+
tests/**/*.js
32+
tests/**/*.js.map
33+
tests/**/*.d.ts
3434
*.config
3535
scripts/debug.bat
3636
scripts/run.bat

0 commit comments

Comments
 (0)