-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (22 loc) · 869 Bytes
/
Copy path.gitignore
File metadata and controls
26 lines (22 loc) · 869 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
# =============================================================================
# DevOps Toolbox — Git Exclusions
# =============================================================================
# --- Local environment overrides ---------------------------------------------
# .env is the local working copy of .env.example with personal version pins.
# Never commit this — it may contain locally modified versions or notes.
.env
# --- Editor and OS artifacts -------------------------------------------------
.vscode/settings.json
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# --- Terraform local state ---------------------------------------------------
# These are generated by 'terraform init' if anyone runs Terraform directly
# from this repo (e.g. when validating versions.tf).
.terraform/
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
.claude