Skip to content

Instantly share code, notes, and snippets.

@andrewmcodes
Created March 23, 2022 00:23
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 andrewmcodes/ec2e15cd98f48d50c02e30ce9180e357 to your computer and use it in GitHub Desktop.
Save andrewmcodes/ec2e15cd98f48d50c02e30ce9180e357 to your computer and use it in GitHub Desktop.
Sample GitIgnore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.AppleDouble
.LSOverride
# Thumbnails #
######################
._*
Thumbs.db
# Files that might appear in the root of a volume #
######################
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Editor/Language Specific #
######################
.idea
.vscode
workspace.code-workspace
.sass-cache
# Directories potentially created on remote AFP share #
######################
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.tags
# Icon must end with two \r #
######################
Icon
# Thumbnails #
######################
._*
# ASDF #
######################
.tool-versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment