Skip to content

Instantly share code, notes, and snippets.

@hfm
Last active December 16, 2015 23:19
Show Gist options
  • Select an option

  • Save hfm/5513478 to your computer and use it in GitHub Desktop.

Select an option

Save hfm/5513478 to your computer and use it in GitHub Desktop.
.gitignore: my frequently-used
# OSX ------------------------
.DS_Store
## Thumbnails
._*
## Files that might appear on external disk
.Spotlight-V100
.Trashes
# Windows --------------------
## Windows image file caches
Thumbs.db
ehthumbs.db
## Folder config file
Desktop.ini
## Recycle Bin used on file shares
$RECYCLE.BIN/
# Sublime Text 2 -------------
*.sublime-project
*.sublime-workspace
# Vim ------------------------
.*.s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment