Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0903a93

Browse files
committed
Update .gitignore
remove unused file references
1 parent e41671e commit 0903a93

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.gitignore

+1-29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules/
22
built/
3-
bin/wrapped_tsc.js
43
tests/cases/*.js
54
tests/cases/*/*.js
65
tests/cases/*/*/*.js
@@ -14,14 +13,7 @@ tests/cases/*/*/*/*/*.js.map
1413
tests/cases/rwc/*
1514
tests/cases/perf/*
1615
!tests/cases/webharness/compilerToString.js
17-
tests/runners/*.js
18-
tests/runners/*/*.js
19-
tests/runners/rwc/*
20-
!tests/runners/rwc/rwcRunner.ts
21-
!tests/runners/rwc/loggedIO.ts
22-
diff-*.html
2316
test-args.txt
24-
*.suo
2517
~*.docx
2618
tests/baselines/local/*
2719
tests/baselines/reference/projectOutput/
@@ -32,35 +24,15 @@ tests/services/baselines/prototyping/local/*
3224
tests/services/browser/typescriptServices.js
3325
scripts/processDiagnosticMessages.d.ts
3426
scripts/processDiagnosticMessages.js
35-
src/compiler/*.js
36-
src/compiler/syntax/wrapped_SyntaxGenerator.js
37-
src/compiler/syntax/SyntaxGenerator.js
38-
src/compiler/syntax/SyntaxGenerator.d.ts
39-
src/compiler/prototype/*.js
40-
src/services/*.js
41-
src/services/*/*.js
4227
src/harness/*.js
43-
src/prototype/*.js
44-
src/prototype/*/*.js
45-
baseline-report.html
46-
fidelity-report.html
4728
rwc-report.html
4829
*.swp
4930
build.json
50-
monaco.editor.json
51-
samples/win8/encyclopedia/Encyclopedia/js/*.js
52-
samples/win8/encyclopedia/Encyclopedia/js/*.js.map
53-
samples/win8/encyclopedia/Encyclopedia/bin/
54-
samples/win8/encyclopedia/Encyclopedia/bld/
55-
samples/win8/encyclopedia/Encyclopedia/Encyclopedia.jsproj.user
5631
*.actual
57-
tests/Fidelity/*.d.ts
58-
tests/Fidelity/*.js
59-
tests/cases/webharness/*.d.ts
6032
tests/webhost/*.d.ts
6133
tests/webhost/webtsc.js
6234
tests/*.js
6335
tests/*.d.ts
6436
*.config
6537
scripts/debug.bat
66-
scripts/run.bat
38+
scripts/run.bat

0 commit comments

Comments
 (0)