diff options
author | shahroq <shahroq@yahoo.com> | 2020-02-10 01:09:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 20:09:03 -0400 |
commit | 7cc00a1cd0f9d443e0c3377ce56191660df58d45 (patch) | |
tree | d2f8841ad4e8ac509cf32652af7273f64fa57de6 | |
parent | 7b5783ace752279104f7bf7a812c6f6225f30cfd (diff) | |
download | gitignore-7cc00a1cd0f9d443e0c3377ce56191660df58d45.tar.gz gitignore-7cc00a1cd0f9d443e0c3377ce56191660df58d45.zip |
Update concrete5 gitignore (#3176)
-rw-r--r-- | Concrete5.gitignore | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 1fe53611..d6c11ad2 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,4 +1,21 @@ +# ignore the error log and .htaccess and others +error_log +.htaccess + +# concrete5 5.6 specific + config/site.php files/cache/* files/tmp/* -.htaccess + +# concrete5 5.7 specific + +# ignore everything but the index.html +/application/files/* +!/application/files/index.html + +# ignore updates folder +/updates/* + +# ignore sitemap.xml +/sitemap.xml |