Skip to content

Commit bfcd76a

Browse files
committed
Merge pull request #569 from AlainFolletete/master
Add GitIgnore file for Prestashop Software
2 parents 1e58a0c + aafb20d commit bfcd76a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Prestashop.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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
9+
10+
config/xml/*.xml
11+
config/settings.inc.php
12+
13+
log/*.log
14+
15+
img/*
16+
!img/index.php
17+
!img/*/index.php
18+
19+
tools/smarty*/cache/*.php
20+
!tools/smarty*/cache/index.php
21+
tools/smarty*/compile/*.php
22+
!tools/smarty*/compile/index.php
23+
24+
themes/default/cache/*.js
25+
themes/default/cache/*.css
26+
27+
# Ignore files on root directory
28+
robots.txt
29+
sitemap.xml

0 commit comments

Comments
 (0)