mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Merge pull request #1479 from julienbourdeau/master
Rework PrestaShop.gitignore
This commit is contained in:
commit
77e29837cf
@ -1,29 +1,25 @@
|
|||||||
# Directories content
|
# Private files
|
||||||
cache/class_index.php
|
# The following files contain your database credentials and other personal data.
|
||||||
cache/smarty/cache/*
|
|
||||||
!cache/smarty/cache/index.php
|
|
||||||
cache/smarty/compile/*
|
|
||||||
!cache/smarty/compile/index.php
|
|
||||||
cache/tcpdf/*
|
|
||||||
!cache/tcpdf/index.php
|
|
||||||
|
|
||||||
|
config/settings.*.php
|
||||||
|
|
||||||
|
# Cache, temp and generated files
|
||||||
|
# The following files are generated by PrestaShop.
|
||||||
|
|
||||||
|
admin-dev/autoupgrade/
|
||||||
|
cache/
|
||||||
config/xml/*.xml
|
config/xml/*.xml
|
||||||
config/settings.inc.php
|
log/
|
||||||
|
*sitemap.xml
|
||||||
|
themes/*/cache/
|
||||||
|
modules/*/config*.xml
|
||||||
|
|
||||||
log/*.log
|
# Site content
|
||||||
|
# The following folders contain product images, virtual products, CSV's, etc.
|
||||||
|
|
||||||
img/*
|
admin-dev/backups/
|
||||||
!img/index.php
|
admin-dev/export/
|
||||||
!img/*/index.php
|
admin-dev/import/
|
||||||
|
download/
|
||||||
tools/smarty*/cache/*.php
|
img/
|
||||||
!tools/smarty*/cache/index.php
|
upload/
|
||||||
tools/smarty*/compile/*.php
|
|
||||||
!tools/smarty*/compile/index.php
|
|
||||||
|
|
||||||
themes/default/cache/*.js
|
|
||||||
themes/default/cache/*.css
|
|
||||||
|
|
||||||
# Ignore files on root directory
|
|
||||||
robots.txt
|
|
||||||
sitemap.xml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user