Skip to content

Instantly share code, notes, and snippets.

@epreston
Created June 28, 2021 04:02
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 epreston/e2b43e9ec46c3c43552d829ec21768da to your computer and use it in GitHub Desktop.
Save epreston/e2b43e9ec46c3c43552d829ec21768da to your computer and use it in GitHub Desktop.
basic git ignore - exclude os specific system files
# Add any directories, files, or patterns you don't want to be tracked by version control
# Windows and OSX Specific System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
*.swp
ehthumbs.db
Thumbs.db
Icon\?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment