Skip to content

Instantly share code, notes, and snippets.

@CompMike
Created February 8, 2014 13:13
Show Gist options
  • Save CompMike/8883546 to your computer and use it in GitHub Desktop.
Save CompMike/8883546 to your computer and use it in GitHub Desktop.
Gitignore
# 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