Skip to content

Commit 9377937

Browse files
committed
initial move from internal repo
First OCI Lens merge.
1 parent 6821cbf commit 9377937

File tree

96 files changed

+8374
-1693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+8374
-1693
lines changed

.gitignore

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
# Local .terraform directories
2-
**/.terraform/*
3-
4-
# .tfstate files
1+
.vscode
2+
_site
3+
.DS_Store
4+
.sw[a-z]
5+
.idea/
6+
*.iml
7+
venv/
8+
archive/
9+
test_data/
10+
HOLD*
11+
*.base64
12+
variables.json
13+
*pyc
14+
*.env
15+
util_setup_local_env.sh
16+
17+
# Terraform files
18+
terraform.tfvars
19+
**/*.tfvars
20+
.terraform/
21+
**/.terraform/
22+
.terraform.lock.hcl
23+
**/.terraform.lock.hcl
24+
25+
# Terraform state files - exclude ALL state files
26+
terraform.tfstate
27+
terraform.tfstate.backup
28+
terraform.tfstate.*
529
*.tfstate
630
*.tfstate.*
7-
*.zip*
8-
*.tfvars
9-
10-
# Local .terraform lock files
11-
*.lock.*
12-
13-
# modified env var example
14-
packer/env_vars.sh
15-
16-
# General
17-
.DS_Store
18-
.AppleDouble
19-
.LSOverride
20-
21-
# Icon must end with two \r
22-
Icon
23-
24-
# Thumbnails
25-
._*
26-
27-
# Files that might appear in the root of a volume
28-
.DocumentRevisions-V100
29-
.fseventsd
30-
.Spotlight-V100
31-
.TemporaryItems
32-
.Trashes
33-
.VolumeIcon.icns
34-
.com.apple.timemachine.donotpresent
35-
36-
# Directories potentially created on remote AFP share
37-
.AppleDB
38-
.AppleDesktop
39-
Network Trash Folder
40-
Temporary Items
41-
.apdisk
31+
**/terraform.tfstate
32+
**/terraform.tfstate.*
33+
**/*.tfstate
34+
**/*.tfstate.*
35+
36+
# Generated files
37+
generated/
38+
**/generated/
39+
test*json
40+
**/*.zip
41+
*.zip

0 commit comments

Comments
 (0)