diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/ExpressionEngine | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/options/gitignore/ExpressionEngine b/options/gitignore/ExpressionEngine new file mode 100644 index 0000000..314e4df --- /dev/null +++ b/options/gitignore/ExpressionEngine @@ -0,0 +1,19 @@ +.DS_Store + +# Images +images/avatars/ +images/captchas/ +images/smileys/ +images/member_photos/ +images/signature_attachments/ +images/pm_attachments/ + +# For security do not publish the following files +system/expressionengine/config/database.php +system/expressionengine/config/config.php + +# Caches +sized/ +thumbs/ +_thumbs/ +*/expressionengine/cache/* |