Skip to content

Instantly share code, notes, and snippets.

@bsara
Last active March 28, 2022 15:10
Show Gist options
  • Save bsara/222298560def65c1a655 to your computer and use it in GitHub Desktop.
Save bsara/222298560def65c1a655 to your computer and use it in GitHub Desktop.
Global .gitignore
#---------------------------------------#
# General Ignores #
#---------------------------------------#
*~
*.orig
.vagrant
#---------------------------------------#
# Linux Ignores #
#---------------------------------------#
# KDE directory preferences
.directory
#---------------------------------------#
# OSX Ignores #
#---------------------------------------#
.DS_Store
.AppleDouble
.LSOverride
.localized
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
#---------------------------------------#
# Windows Ignores #
#---------------------------------------#
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment