Skip to content

Instantly share code, notes, and snippets.

@nickistre
Created December 5, 2020 19:43
Show Gist options
  • Save nickistre/e610190cdd099f94304641387ebd46a0 to your computer and use it in GitHub Desktop.
Save nickistre/e610190cdd099f94304641387ebd46a0 to your computer and use it in GitHub Desktop.
Common global .gitignore files
# Copy this into ~/.gitignore and run the following:
# git config --global core.excludesfile ~/.gitignore
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Intellij files to ignore
.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment