Merge pull request #7041 from RyanCavanaugh/ignorejs

Ignore JS files under tests/cases/*
This commit is contained in:
Ryan Cavanaugh
2016-02-11 22:06:53 -08:00

6
.gitignore vendored
View File

@@ -28,9 +28,9 @@ build.json
*.actual
tests/webhost/*.d.ts
tests/webhost/webtsc.js
tests/*.js
tests/*.js.map
tests/*.d.ts
tests/**/*.js
tests/**/*.js.map
tests/**/*.d.ts
*.config
scripts/debug.bat
scripts/run.bat