TypeScript/.gitignore
2014-07-12 15:32:26 -07:00

59 lines
1.5 KiB
Plaintext

node_modules/
built/
bin/wrapped_tsc.js
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/projects/r.js
tests/cases/projects/*/local/*
!tests/cases/projects/r.js
tests/cases/projects/*/local/*
!tests/cases/projects/*/reference/*/*.js
!tests/cases/webharness/compilerToString.js
tests/runners/*.js
tests/runners/*/*.js
tests/runners/rwc/*
!tests/runners/rwc/rwcRunner.ts
diff-*.html
test-args.txt
*.suo
~*.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
src/compiler/*.js
src/compiler/syntax/wrapped_SyntaxGenerator.js
src/compiler/syntax/SyntaxGenerator.js
src/compiler/syntax/SyntaxGenerator.d.ts
src/services/*.js
src/services/*/*.js
src/harness/*.js
src/prototype/*.js
src/prototype/*/*.js
baseline-report.html
fidelity-report.html
rwc-report.html
*.swp
build.json
monaco.editor.json
samples/win8/encyclopedia/Encyclopedia/js/*.js
samples/win8/encyclopedia/Encyclopedia/js/*.js.map
samples/win8/encyclopedia/Encyclopedia/bin/
samples/win8/encyclopedia/Encyclopedia/bld/
samples/win8/encyclopedia/Encyclopedia/Encyclopedia.jsproj.user
*.actual
tests/Fidelity/*.d.ts
tests/Fidelity/*.js
tests/cases/webharness/*.d.ts
tests/cases/webhost/*.d.ts