diff options
author | Brendan Forster <github@brendanforster.com> | 2018-10-28 09:28:30 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:17:26 -0300 |
commit | bd97b795f158f5ef9cee4e7d8549a7a1bbea1124 (patch) | |
tree | 3b9148203a034f0c67f80df05ad42368d01f4d15 /community/PHP | |
parent | 05c5eacc7a4e62cacc1197e3506431a811a4edbb (diff) | |
download | gitignore-bd97b795f158f5ef9cee4e7d8549a7a1bbea1124.tar.gz gitignore-bd97b795f158f5ef9cee4e7d8549a7a1bbea1124.zip |
added community Pimcore template
Co-Authored-By: Martin Kuric <martin.chix.kuric@gmail.com>
Diffstat (limited to 'community/PHP')
-rw-r--r-- | community/PHP/Pimcore.gitignore | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/community/PHP/Pimcore.gitignore b/community/PHP/Pimcore.gitignore new file mode 100644 index 00000000..549e7a8f --- /dev/null +++ b/community/PHP/Pimcore.gitignore @@ -0,0 +1,53 @@ +# gitignore template for Pimcore CMS + +# pimcore source files +/pimcore + +# asset files +/website/var/assets/* + +# backups +/website/var/backup/* + +# file cache +/website/var/cache/* + +# generated PHP classes, keep definition files (.psf) +/website/var/classes/Object* +!/website/var/classes/objectbricks + +# various configuration files +/website/var/config/system.xml +/website/var/config/cache.xml +/website/var/config/robots.txt +/website/var/config/Geo* +/website/var/config/object/* +/website/var/config/portal/* +/website/var/config/sqlreport/* + +# sent e-mail log files +/website/var/email/* + +# log files +/website/var/log/*.log + +# serialized recyclebin files +/website/var/recyclebin/* + +# search plugin +/website/var/search/* + +# various temp files +/website/var/system/* +/website/var/tmp/* + +# serialized version files +/website/var/versions/asset/* +/website/var/versions/document/* +/website/var/versions/object/* + +# user profile images +/website/var/user-image/* + +# keep .dummy files +!.dummy
\ No newline at end of file |