mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
24 lines
632 B
Plaintext
24 lines
632 B
Plaintext
**/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/**
|