]> source.dussan.org Git - gitignore.git/commitdiff
Move Magento v1 into ecosystem
authorBrendan Forster <github@brendanforster.com>
Sat, 27 Oct 2018 13:27:38 +0000 (10:27 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:25 +0000 (18:17 -0300)
Co-Authored-By: Nolwennig <nolwennig@users.noreply.github.com>
ecosystem/PHP/Magento1.gitignore [new file with mode: 0644]

diff --git a/ecosystem/PHP/Magento1.gitignore b/ecosystem/PHP/Magento1.gitignore
new file mode 100644 (file)
index 0000000..aac92ca
--- /dev/null
@@ -0,0 +1,45 @@
+# gitignore template for Magento v1 projects
+#
+# It is recommended that you use `Magento.gitignore` as this is the latest version
+
+/PATCH_*.sh
+
+/app/etc/local.xml
+
+/media/*
+!/media/.htaccess
+
+!/media/customer
+/media/customer/*
+!/media/customer/.htaccess
+
+!/media/dhl
+/media/dhl/*
+!/media/dhl/logo.jpg
+
+!/media/downloadable
+/media/downloadable/*
+!/media/downloadable/.htaccess
+
+!/media/xmlconnect
+/media/xmlconnect/*
+
+!/media/xmlconnect/custom
+/media/xmlconnect/custom/*
+!/media/xmlconnect/custom/ok.gif
+
+!/media/xmlconnect/original
+/media/xmlconnect/original/*
+!/media/xmlconnect/original/ok.gif
+
+!/media/xmlconnect/system
+/media/xmlconnect/system/*
+!/media/xmlconnect/system/ok.gif
+
+/var/*
+!/var/.htaccess
+
+!/var/package
+/var/package/*
+!/var/package/*.xml
+