1717npm-debug.log
1818Thumbs.db
1919* /node_modules /
20- * /out /
20+ * /out /
21+
22+ # TypeScript https://github.com/Microsoft/TypeScript/blob/master/.gitignore
23+ node_modules /
24+ .node_modules /
25+ built /*
26+ tests /cases /rwc /*
27+ tests /cases /test262 /*
28+ tests /cases /perf /*
29+ ! tests /cases /webharness /compilerToString.js
30+ test-args.txt
31+ ~ * .docx
32+ \# * \#
33+ . \# *
34+ tests /baselines /local /*
35+ tests /baselines /local.old /*
36+ tests /services /baselines /local /*
37+ tests /baselines /prototyping /local /*
38+ tests /baselines /rwc /*
39+ tests /baselines /test262 /*
40+ tests /baselines /reference /projectOutput /*
41+ tests /baselines /local /projectOutput /*
42+ tests /baselines /reference /testresults.tap
43+ tests /services /baselines /prototyping /local /*
44+ tests /services /browser /typescriptServices.js
45+ src /harness /* .js
46+ src /compiler /diagnosticInformationMap.generated.ts
47+ src /compiler /diagnosticMessages.generated.json
48+ src /parser /diagnosticInformationMap.generated.ts
49+ src /parser /diagnosticMessages.generated.json
50+ rwc-report.html
51+ * .swp
52+ build.json
53+ * .actual
54+ tests /webTestServer.js
55+ tests /webTestServer.js.map
56+ tests /webhost /* .d.ts
57+ tests /webhost /webtsc.js
58+ tests /cases /** /* .js
59+ tests /cases /** /* .js.map
60+ * .config
61+ scripts /debug.bat
62+ scripts /run.bat
63+ scripts /word2md.js
64+ scripts /buildProtocol.js
65+ scripts /ior.js
66+ scripts /authors.js
67+ scripts /configurePrerelease.js
68+ scripts /open-user-pr.js
69+ scripts /processDiagnosticMessages.d.ts
70+ scripts /processDiagnosticMessages.js
71+ scripts /produceLKG.js
72+ scripts /importDefinitelyTypedTests /importDefinitelyTypedTests.js
73+ scripts /generateLocalizedDiagnosticMessages.js
74+ scripts /* .js.map
75+ scripts /typings /
76+ coverage /
77+ internal /
78+ ** /.DS_Store
79+ .settings
80+ ** /.vs
81+ ** /.vscode
82+ ! ** /.vscode /tasks.json
83+ ! tests /cases /projects /projectOption /** /node_modules
84+ ! tests /cases /projects /NodeModulesSearch /** /*
85+ ! tests /baselines /reference /project /nodeModules * /** /*
86+ .idea
87+ yarn.lock
88+ yarn-error.log
89+ .parallelperf. *
90+ tests /cases /user /* /package-lock.json
91+ tests /cases /user /* /node_modules /
92+ tests /cases /user /* /** /* .js
93+ tests /cases /user /* /** /* .js.map
94+ tests /cases /user /* /** /* .d.ts
95+ ! tests /cases /user /zone.js /
96+ ! tests /cases /user /bignumber.js /
97+ ! tests /cases /user /discord.js /
98+ tests /baselines /reference /dt
99+ .failed-tests
100+ TEST-results.xml
101+ package-lock.json
0 commit comments