**/node_modules/** /built/** /tests/** /lib/** /src/lib/*.generated.d.ts # Ignore all compiled script outputs /scripts/**/*.js /scripts/**/*.d.* # But, not the ones that are hand-written. # TODO: remove once scripts are pure JS !/scripts/browserIntegrationTest.js !/scripts/createPlaygroundBuild.js !/scripts/failed-tests.js !/scripts/find-unused-diagnostic-messages.js !/scripts/lint-hooks.js !/scripts/perf-result-post.js !/scripts/post-vsts-artifact-comment.js !/scripts/regenerate-unicode-identifier-parts.js !/scripts/run-sequence.js !/scripts/update-experimental-branches.js /scripts/eslint/built/** /internal/** /coverage/**