forked from aws/aws-toolkit-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (49 loc) · 1.28 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
56
57
58
59
# Note: also used for `eslint --ignore-path`.
out
dist
node_modules
.vscode-test
coverage
*.vsix
*.zip
*.bk
**/.DS_Store
.idea
telemetryCache
quickStart*.html
.gitcommit
__pycache__
# Generated if running the `depcruise` command from the documentation example
/dependency-graph.svg
# Auto generated definitions
packages/*/src/**/*.gen.ts
!packages/core/src/**/awsSamDebugConfiguration.gen.ts
!packages/core/src/shared/settings-*.gen.ts
src.gen/*
# Test reports
.test-reports
# Auto generated type definitions
**/src/shared/telemetry/clienttelemetry.d.ts
**/src/codewhisperer/client/codewhispererclient.d.ts
**/src/codewhisperer/client/codewhispereruserclient.d.ts
**/src/amazonqFeatureDev/client/featuredevproxyclient.d.ts
**/src/auth/sso/oidcclientpkce.d.ts
# Generated by tests
**/src/testFixtures/**/bin
**/src/testFixtures/**/obj
# Generated by copyFiles.ts
packages/*/LICENSE
packages/*/NOTICE
packages/toolkit/package.nls.json
packages/toolkit/resources
packages/amazonq/package.nls.json
packages/amazonq/resources
# Icons
packages/*/resources/icons/cloud9/generated/**
packages/*/resources/fonts/aws-toolkit-icons.woff
packages/*/resources/css/icons.css
# local configuration
.local.env
*.config.local.json
# Created by `npm run webRun` when testing extension in web mode
.vscode-test-web