Created
June 18, 2014 16:19
-
-
Save sydlawrence/06ce93afc03c8c436b53 to your computer and use it in GitHub Desktop.
.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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