Merge pull request #7069 from Microsoft/stopIgnoringBaselines

Ignore js baselines by using the correct glob
This commit is contained in:
Daniel Rosenwasser 2016-02-12 23:10:21 -08:00
commit af9dc41747

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/cases/**/*.js
tests/cases/**/*.js.map
tests/cases/**/*.d.ts
*.config
scripts/debug.bat
scripts/run.bat