Skip to content

Commit 77e2983

Browse files
committed
Merge pull request #1479 from julienbourdeau/master
Rework PrestaShop.gitignore
2 parents ae4c9a0 + 75bcbcf commit 77e2983

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

Prestashop.gitignore

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
1-
# Directories content
2-
cache/class_index.php
3-
cache/smarty/cache/*
4-
!cache/smarty/cache/index.php
5-
cache/smarty/compile/*
6-
!cache/smarty/compile/index.php
7-
cache/tcpdf/*
8-
!cache/tcpdf/index.php
1+
# Private files
2+
# The following files contain your database credentials and other personal data.
93

10-
config/xml/*.xml
11-
config/settings.inc.php
12-
13-
log/*.log
4+
config/settings.*.php
145

15-
img/*
16-
!img/index.php
17-
!img/*/index.php
6+
# Cache, temp and generated files
7+
# The following files are generated by PrestaShop.
188

19-
tools/smarty*/cache/*.php
20-
!tools/smarty*/cache/index.php
21-
tools/smarty*/compile/*.php
22-
!tools/smarty*/compile/index.php
9+
admin-dev/autoupgrade/
10+
cache/
11+
config/xml/*.xml
12+
log/
13+
*sitemap.xml
14+
themes/*/cache/
15+
modules/*/config*.xml
2316

24-
themes/default/cache/*.js
25-
themes/default/cache/*.css
17+
# Site content
18+
# The following folders contain product images, virtual products, CSV's, etc.
2619

27-
# Ignore files on root directory
28-
robots.txt
29-
sitemap.xml
20+
admin-dev/backups/
21+
admin-dev/export/
22+
admin-dev/import/
23+
download/
24+
img/
25+
upload/

0 commit comments

Comments
 (0)