mirror of
https://github.com/github/gitignore
synced 2024-11-05 11:28:50 +01:00
6f72a9b84f
The other files, such as IDEs files, third-party files and system files must be added in the gitignore global of the system, not in the project scope.
17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
#--------------------------#
|
|
# Magento Default Files #
|
|
#--------------------------#
|
|
|
|
/app/etc/local.xml
|
|
/media/*
|
|
!/media/.htaccess
|
|
!/media/customer/.htaccess
|
|
!/media/dhl/logo.jpg
|
|
!/media/downloadable/.htaccess
|
|
!/media/xmlconnect/custom/ok.gif
|
|
!/media/xmlconnect/original/ok.gif
|
|
!/media/xmlconnect/system/ok.gif
|
|
/var/*
|
|
!/var/.htaccess
|
|
!/var/package/*.xml
|