-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Expand file tree
/
Copy path.gitignore
More file actions
136 lines (125 loc) · 2.6 KB
/
Copy path.gitignore
File metadata and controls
136 lines (125 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Profiling and coverage
*.prof
*.pb.gz
coverage
*.lcov
.nyc_output
# Dependency and package-manager directories
node_modules/
jspm_packages/
web_modules/
.npm
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Build and package outputs
*.tsbuildinfo
*.tgz
dist
.eslintcache
.cache
.parcel-cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.vscode-test
/built
# https://github.com/golang/go/issues/63901
/go.work.sum
/tsc/cmd/tsc/tsc
/tsc/tsc
# Native compiler outputs
*.exe
*.exe~
*.dll
*.so
*.dylib
*.wasm
*.test
__debug_bin*
*.out
# Environment and editor files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
.node_repl_history
**/.vscode/*
!**/.vscode/tasks.json
!**/.vscode/settings.template.json
!**/.vscode/launch.template.json
!**/.vscode/extensions.json
.DS_Store
.idea
# Local compiler baselines and test output
tsc/testdata/baselines/local
tsc/testdata/baselines/tmp
# Legacy Strada build and test output
/.node_modules/
/test-args.txt
/rwc-report.html
/build.json
*.actual
/.parallelperf.*
/.failed-tests
/TEST-results.xml
/*v8.log
/lib/
/internal/
/scripts/eslint/built/
/scripts/debug.bat
/scripts/run.bat
/scripts/**/*.js
/scripts/**/*.js.map
/src/harness/*.js
/src/compiler/diagnosticInformationMap.generated.ts
/src/compiler/diagnosticMessages.generated.json
/src/parser/diagnosticInformationMap.generated.ts
/src/parser/diagnosticMessages.generated.json
/tests/cases/rwc/
/tests/cases/perf/
/tests/cases/**/*.js
/tests/cases/**/*.js.map
/tests/baselines/local/
/tests/baselines/local.old/
/tests/baselines/prototyping/local/
/tests/baselines/rwc/
/tests/baselines/symlinks/
/tests/baselines/reference/projectOutput/
/tests/baselines/reference/testresults.tap
/tests/baselines/reference/dt
/tests/services/baselines/local/
/tests/services/baselines/prototyping/local/
/tests/services/browser/typescriptServices.js
/tests/webTestServer.js
/tests/webTestServer.js.map
/tests/webhost/*.d.ts
/tests/webhost/webtsc.js
# Generated development tools
tools/custom-gcl
tools/custom-gcl.exe
tools/custom-gcl.hash
# Keep tracked text assets that overlap broad output patterns
!tsc/testdata/baselines/reference/**/*.txt
!packages/typescript/vendor/**/*.txt
!tsc/testdata/submoduleAccepted.txt
!tsc/testdata/submoduleTriaged.txt