Skip to content

Instantly share code, notes, and snippets.

@shoeshine
Last active December 27, 2015 04:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shoeshine/7264360 to your computer and use it in GitHub Desktop.
Save shoeshine/7264360 to your computer and use it in GitHub Desktop.
Default ExpressionEngine .gitignore file
# Globals
.DS_Store
cgi-bin/
error_log
# Master Config
config/config.local.php
# Caches
sized/
thumbs/
made/
remote/
_thumbs/
*/expressionengine/cache/*
# For new environments, you'll need to maunally create the EE cache folder (chmod 777)
# Assets - This will keep the folders, but not the files
!images/*
!images/index.html
images/avatars/*
!images/avatars/index.html
images/captchas/*
!images/captchas/index.html
images/member_photos/*
!images/member_photos/index.html
images/pm_attachments/*
!images/pm_attachments/index.html
images/signature_attachments/*
!images/signature_attachments/index.html
images/smileys/*
!images/smileys/index.html
images/uploads/*
!images/uploads/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment