Files
homelab/.gitignore
2026-03-07 21:25:54 -06:00

55 lines
630 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.icloud
# IDE
.vscode/
.idea/
.kiro/
# Terraform (track .tf files, ignore state and runtime)
.terraform/
*.tfstate
*.tfstate.backup
# *.tfvars
!*.tfvars.example
!*.pkrvars.hcl
crash.log
*.override.tf
*.override.tf.json
.terraformrc
terraform.rc
# Ansible
*.retry
ansible/vault/*.vault
# Packer
packer_cache/
# Secrets
*.pem
*.key
# Local paths
~/
# Misc
doppler-token.yaml