mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
rename ecosystem to community
This commit is contained in:
parent
c440ae4d9c
commit
eda6ba515b
4 changed files with 5 additions and 5 deletions
45
community/PHP/Magento1.gitignore
Normal file
45
community/PHP/Magento1.gitignore
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue