TypeScript/.gitignore

43 lines
946 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
node_modules/
2014-09-04 18:46:15 +02:00
built/*
2014-07-13 01:04:16 +02:00
tests/cases/*.js
tests/cases/*/*.js
tests/cases/*/*/*.js
tests/cases/*/*/*/*.js
tests/cases/*/*/*/*/*.js
tests/cases/*.js.map
tests/cases/*/*.js.map
tests/cases/*/*/*.js.map
tests/cases/*/*/*/*.js.map
tests/cases/*/*/*/*/*.js.map
tests/cases/rwc/*
tests/cases/perf/*
!tests/cases/webharness/compilerToString.js
test-args.txt
~*.docx
tests/baselines/local/*
tests/services/baselines/local/*
tests/baselines/prototyping/local/*
tests/baselines/rwc/*
tests/services/baselines/prototyping/local/*
tests/services/browser/typescriptServices.js
scripts/processDiagnosticMessages.d.ts
scripts/processDiagnosticMessages.js
2014-09-03 22:10:31 +02:00
scripts/importDefinitelyTypedTests.js
2014-07-13 01:04:16 +02:00
src/harness/*.js
rwc-report.html
*.swp
build.json
*.actual
tests/webhost/*.d.ts
tests/webhost/webtsc.js
tests/*.js
tests/*.js.map
2014-07-13 01:04:16 +02:00
tests/*.d.ts
*.config
scripts/debug.bat
scripts/run.bat
2014-09-27 00:16:38 +02:00
scripts/word2md.js
2014-10-17 02:39:05 +02:00
scripts/ior.js
2014-09-04 18:46:15 +02:00
coverage/