We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeefb4 commit aafb20dCopy full SHA for aafb20d
Prestashop.gitignore
@@ -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