Skip to content

Instantly share code, notes, and snippets.

@kagarlickij
Last active March 19, 2019 10:17
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 kagarlickij/bdda04805c8fc6d7b559efad2bb4ab2b to your computer and use it in GitHub Desktop.
Save kagarlickij/bdda04805c8fc6d7b559efad2bb4ab2b to your computer and use it in GitHub Desktop.
This is my Git ignore config
# Visual Studio Code
.vscode/
# PyCharm
#.idea/
# Vagrant
.vagrant/
# Packer
packer_cache/
packer_tmp/
*.box
# Terraform
.terraform/
*.tfstate*
*.tfvars
# NPM
false/
# OS X
*.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
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# Linux
*~
.fuse_hidden*
.directory
.Trash-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment