-
Notifications
You must be signed in to change notification settings - Fork 560
/
.gitignore
55 lines (53 loc) · 1.05 KB
/
.gitignore
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
config.local.json
/.nyc_output/
/node_modules/
/packages/*/node_modules/
local.log
**/dist
/dist-docker
/pysrc
binary-releases
ts-cli-binaries
prepack
tmp
.DS_Store
!/test/fixtures/**/package-lock.json
.idea
.eslintcache
snyk-error.log
snyk-result.json
snyk_report.css
snyk_report.html
!/docker/snyk_report.css
cert.pem
key.pem
**/tsconfig.tsbuildinfo
__outputs__
*.tgz
/ts-binary-wrapper/LICENSE
/ts-binary-wrapper/README.md
/ts-binary-wrapper/SECURITY.md
/ts-binary-wrapper/src/generated
/ts-binary-wrapper/node_modules
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# test fixture build artifacts
/test/acceptance/workspaces/**/project/
/test/acceptance/workspaces/**/target/
test/acceptance/workspaces/**/.gradle
test/acceptance/workspaces/**/.build
test/acceptance/workspaces/**/Package.resolved
test/**/.gradle
.iac-data
.dccache
!test/smoke/.iac-data
test-output
test-results
tap-output
.tap
# Jest
coverage
test/fixtures/**/*/.build
test/fixtures/**/*/Package.resolved
scripts/Brewfile.lock.json
test/fixtures/**/go.sum