Skip to content

Instantly share code, notes, and snippets.

@kmcquade
Created January 29, 2019 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmcquade/84592df0786cf755ec8b1b8ea450e044 to your computer and use it in GitHub Desktop.
Save kmcquade/84592df0786cf755ec8b1b8ea450e044 to your computer and use it in GitHub Desktop.
.gitignore for my Infrastructure as Code repos
##### Working directories #####
tmp
_notes
##### Technologies #####
#### Terraform
# Local .terraform directories
**/.terraform/*
*.plan
# .tfstate files
*.tfstate
*.tfstate.*
# .tfvars files
*.tfvars
!terraform.tfvars
#### Vagrant
.vagrant
########## IDE ##########
.idea
.vscode
#### Log files
*.log
########## Mac OSX ##########
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment