Skip to content

Instantly share code, notes, and snippets.

@curtisblackwell
Created July 1, 2011 03:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curtisblackwell/1057820 to your computer and use it in GitHub Desktop.
Save curtisblackwell/1057820 to your computer and use it in GitHub Desktop.
Above root .gitignore for developing ExpressionEngine sites on a Mac
## OS X GENERATED FILES
.DS_Store
Icon
Icon?
Thumbs.db
._*
.Spotlight-V100
.Trashes
## CLOUD9 GENERATED FILES
.c9settings.xml
## EXPRESSIONENGINE DIRS
# this assumes your system folder is above the root
# to simplify updates/rollbacks, I append '_OLD' to my system and themes folders,
# but I don't want to track that business
#
# i keep another .gitignore in public_html/ that is compiled from that of
# HTML5 Boilerplate (https://github.com/paulirish/html5-boilerplate/blob/master/.gitignore) and
# the ExpressionEngine file from
# github/gitignore (https://github.com/github/gitignore/blob/master/ExpressionEngine.gitignore)
[SYSTEM_FOLDER]/expressionengine/cache/
[SYSTEM_FOLDER]_OLD/
public_html/themes_OLD/
# or if this is a subdomain: public_html/_subdomains/[SUBDOMAIN]/themes_OLD/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment