-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 837 Bytes
/
.gitignore
File metadata and controls
55 lines (47 loc) · 837 Bytes
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
.idea/
.gradle/
build/
.gradle
build
!ci/cloudfront-orchestration/*/build
!ci/backup-vault-monitoring/build
!ci/stack-orchestration/**/build
**/.terraform/
│**/*.tfstate*
**/out
**/.classpath
**/.project
**/.settings
**/bin
.java-version
**/terraform.log
ci/terraform/**/*.plan
ci/terraform/**/*.tfstate*
logs/
.vscode/
.venv/
.aws-sam
**/.DS_Store
# Approval Tests
*.received.txt
*.received.json
**/.approval_tests_temp
# Contract Tests
/*/src/test/pact/
node_modules
.infracost
# REST client private env variables
*.private.env.json
# ignore the rain merged template generated from the components yamls in ci/cloudformation/auth/*
auth-template.yaml
stubs-template.yaml
am-template.yaml
ad-template.yaml
utils-template.yaml
# Amazon Q files
.amazonq/
specs-and-prompts/
# Kiro files
.kiro/
# Detect secrets
.secrets.baseline