Skip to content

Instantly share code, notes, and snippets.

@omniamike
Last active November 11, 2016 04:00
Show Gist options
  • Save omniamike/34388e5daa1de87e4c1d170b5f209d21 to your computer and use it in GitHub Desktop.
Save omniamike/34388e5daa1de87e4c1d170b5f209d21 to your computer and use it in GitHub Desktop.
.gitignore file
#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
# codekit #
###########
.sass-cache/
.codekit-config.json
config.codekit
# cache files for sublime text #
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific #
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file #
sftp-config.json
# Package control specific files #
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
bh_unicode_properties.cache
# Sublime-github package stores a github token in this file #
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment