Skip to content

Instantly share code, notes, and snippets.

@sydlawrence
Created June 18, 2014 16:19
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 sydlawrence/06ce93afc03c8c436b53 to your computer and use it in GitHub Desktop.
Save sydlawrence/06ce93afc03c8c436b53 to your computer and use it in GitHub Desktop.
.gitignore
# Mac OSX Specific
# ----------------
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows Specific
# ----------------
Thumbs.db
Desktop.ini
# Linux Specific
# --------------
*~
# Editor Project Files
# --------------------
*.komodoproject
*.sublime-*
*.iml
*.ipr
*.iws
.idea/
*.tmproj
# Compression formats (commit the unzipped contents and add a makefile if need be)
# --------------------------------------------------------------------------------
*.7z
*.jar
*.rar
*.zip
*.gz
*.bzip
*.xz
*.lzma
*.iso
*.tar
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
# Cross Compiler/Language/CLI artifacts
# -------------------------------------
.sass-cache
node_modules
npm-debug.log
*.py[co]
*.egg
*.egg-info
pip-log.txt
.bundle
*.class
*.pid
# Other VCS artifacts
# -------------------
.hg
.hgignore
.svn
# Common Design files or Secrets files
# ------------------------------------
*.ai
*.psd
*.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment