Skip to content

Instantly share code, notes, and snippets.

@johanbove
Created June 4, 2015 11:36
Show Gist options
  • Save johanbove/4941f05e3c9f52a006c4 to your computer and use it in GitHub Desktop.
Save johanbove/4941f05e3c9f52a006c4 to your computer and use it in GitHub Desktop.
gitignore for Yeoman-Jekyll projects
# .gitignore for Yeoman-Jekyll projects
# Ignore hidden folders #
# This takes care of .tmp, .sass-cache, and many others #
.*/
# Ignore OS generated files #
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Always-ignore files and folders #
*.diff
*.err
*.log
*.orig
*.rej
*.swn
*.swo
*.swp
._*
*~
# Ignore packages #
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Ignore for Jekyll Grunt projects #
bower_components
dist
node_modules
.tmp
Gemfile.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment