Created
February 8, 2014 13:13
-
-
Save CompMike/8883546 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
# Ignore docs files | |
_gh_pages | |
_site | |
.ruby-version | |
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.zip | |
*.vi | |
*~ | |
# OS or Editor folders | |
.DS_Store | |
._* | |
Thumbs.db | |
.cache | |
.project | |
.settings | |
.tmproj | |
*.esproj | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
.idea | |
*.sass-cache | |
*.ruby-version | |
# Komodo | |
*.komodoproject | |
.komodotools | |
# grunt-html-validation | |
validation-status.json | |
validation-report.json | |
# Folders to ignore | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment