-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy path.gitignore
141 lines (141 loc) · 5.18 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
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
137
138
139
140
141
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
!/.gitattributes
!/.projen/tasks.json
!/.projen/deps.json
!/.projen/files.json
!/.github/workflows/pull-request-lint.yml
!/.github/workflows/stale.yml
!/package.json
!/LICENSE
!/.npmignore
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
*.lcov
.nyc_output
build/Release
node_modules/
jspm_packages/
*.tsbuildinfo
.eslintcache
*.tgz
.yarn-integrity
.cache
*.DS_STORE
!.node-version
*.pyc
__pycache__/
!.ort.yml
.idea
.vscode
/test-reports/
junit.xml
/coverage/
!/.github/workflows/build.yml
/dist/changelog.md
/dist/version.txt
!/.github/workflows/release.yml
!/.mergify.yml
!/.github/workflows/upgrade-main.yml
!/.github/pull_request_template.md
!/test/
!/tsconfig.dev.json
!/src/
/lib
/dist/
!/.eslintrc.json
.jsii
tsconfig.json
test/integ/agent-mem.integ.snapshot/asset.*
test/integ/agent-mem.integ.snapshot/**/asset.*
test/integ/agent-mem.integ.snapshot/cdk.out
test/integ/agent-mem.integ.snapshot/**/cdk.out
test/integ/agent-mem.integ.snapshot/manifest.json
test/integ/agent-mem.integ.snapshot/**/manifest.json
test/integ/agent-mem.integ.snapshot/tree.json
test/integ/agent-mem.integ.snapshot/**/tree.json
test/integ/chatprompt.integ.snapshot/asset.*
test/integ/chatprompt.integ.snapshot/**/asset.*
test/integ/chatprompt.integ.snapshot/cdk.out
test/integ/chatprompt.integ.snapshot/**/cdk.out
test/integ/chatprompt.integ.snapshot/manifest.json
test/integ/chatprompt.integ.snapshot/**/manifest.json
test/integ/chatprompt.integ.snapshot/tree.json
test/integ/chatprompt.integ.snapshot/**/tree.json
test/integ/guardrails.integ.snapshot/asset.*
test/integ/guardrails.integ.snapshot/**/asset.*
test/integ/guardrails.integ.snapshot/cdk.out
test/integ/guardrails.integ.snapshot/**/cdk.out
test/integ/guardrails.integ.snapshot/manifest.json
test/integ/guardrails.integ.snapshot/**/manifest.json
test/integ/guardrails.integ.snapshot/tree.json
test/integ/guardrails.integ.snapshot/**/tree.json
test/integ/inference-profiles.integ.snapshot/asset.*
test/integ/inference-profiles.integ.snapshot/**/asset.*
test/integ/inference-profiles.integ.snapshot/cdk.out
test/integ/inference-profiles.integ.snapshot/**/cdk.out
test/integ/inference-profiles.integ.snapshot/manifest.json
test/integ/inference-profiles.integ.snapshot/**/manifest.json
test/integ/inference-profiles.integ.snapshot/tree.json
test/integ/inference-profiles.integ.snapshot/**/tree.json
test/integ/issue747.integ.snapshot/asset.*
test/integ/issue747.integ.snapshot/**/asset.*
test/integ/issue747.integ.snapshot/cdk.out
test/integ/issue747.integ.snapshot/**/cdk.out
test/integ/issue747.integ.snapshot/manifest.json
test/integ/issue747.integ.snapshot/**/manifest.json
test/integ/issue747.integ.snapshot/tree.json
test/integ/issue747.integ.snapshot/**/tree.json
test/integ/issue991.integ.snapshot/asset.*
test/integ/issue991.integ.snapshot/**/asset.*
test/integ/issue991.integ.snapshot/cdk.out
test/integ/issue991.integ.snapshot/**/cdk.out
test/integ/issue991.integ.snapshot/manifest.json
test/integ/issue991.integ.snapshot/**/manifest.json
test/integ/issue991.integ.snapshot/tree.json
test/integ/issue991.integ.snapshot/**/tree.json
test/integ/kendra-genai.integ.snapshot/asset.*
test/integ/kendra-genai.integ.snapshot/**/asset.*
test/integ/kendra-genai.integ.snapshot/cdk.out
test/integ/kendra-genai.integ.snapshot/**/cdk.out
test/integ/kendra-genai.integ.snapshot/manifest.json
test/integ/kendra-genai.integ.snapshot/**/manifest.json
test/integ/kendra-genai.integ.snapshot/tree.json
test/integ/kendra-genai.integ.snapshot/**/tree.json
test/integ/.tmp
test/integ/prompt-router.integ.snapshot/asset.*
test/integ/prompt-router.integ.snapshot/**/asset.*
test/integ/prompt-router.integ.snapshot/cdk.out
test/integ/prompt-router.integ.snapshot/**/cdk.out
test/integ/prompt-router.integ.snapshot/manifest.json
test/integ/prompt-router.integ.snapshot/**/manifest.json
test/integ/prompt-router.integ.snapshot/tree.json
test/integ/prompt-router.integ.snapshot/**/tree.json
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/.tmp
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/asset.*
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/**/asset.*
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/cdk.out
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/**/cdk.out
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/manifest.json
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/**/manifest.json
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/tree.json
test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/**/tree.json
!/.github/workflows/github-merit-badger.yml
!/.github/workflows/monthly-repo-metrics.yml
!/.github/workflows/auto-approve.yml
!/.github/workflows/ort-toolkit.yml
!/.github/workflows/semgrep.yml
!/.github/workflows/bandit.yml
!/.github/workflows/commitlint.yml
!/.github/workflows/code-generation.yml
!/.projenrc.ts