We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69592e2 + 1e00aee commit d4d2c86Copy full SHA for d4d2c86
1 file changed
Magento.gitignore
@@ -3,14 +3,41 @@
3
#--------------------------#
4
5
/app/etc/local.xml
6
+
7
/media/*
8
!/media/.htaccess
9
10
+!/media/customer
11
+/media/customer/*
12
!/media/customer/.htaccess
13
14
+!/media/dhl
15
+/media/dhl/*
16
!/media/dhl/logo.jpg
17
18
+!/media/downloadable
19
+/media/downloadable/*
20
!/media/downloadable/.htaccess
21
22
+!/media/xmlconnect
23
+/media/xmlconnect/*
24
25
+!/media/xmlconnect/custom
26
+/media/xmlconnect/custom/*
27
!/media/xmlconnect/custom/ok.gif
28
29
+!/media/xmlconnect/original
30
+/media/xmlconnect/original/*
31
!/media/xmlconnect/original/ok.gif
32
33
+!/media/xmlconnect/system
34
+/media/xmlconnect/system/*
35
!/media/xmlconnect/system/ok.gif
36
37
/var/*
38
!/var/.htaccess
39
40
+!/var/package
41
+/var/package/*
42
!/var/package/*.xml
43
0 commit comments