Created
October 30, 2011 08:25
-
-
Save johndwells/1325707 to your computer and use it in GitHub Desktop.
Standard .gitignore for ExpressionEngine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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