Skip to content

Instantly share code, notes, and snippets.

@johndwells
Created October 30, 2011 08:25
Show Gist options
  • Save johndwells/1325707 to your computer and use it in GitHub Desktop.
Save johndwells/1325707 to your computer and use it in GitHub Desktop.
Standard .gitignore for ExpressionEngine
# OS generated files #
######################
.DS_Store
# Change depending on server
######################
.htaccess
.htpasswd
# Backups, caches and logs #
######################
/backups/
/system/expressionengine/installer/
/system/expressionengine/cache/
/system/expressionengine/logs/
# Managed manually or via CP #
######################
/system/expressionengine/config/config.php
/system/expressionengine/config/database.php
/public_html/uploads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment