Commit Graph

35 Commits

Author SHA1 Message Date
Aurélien Lavorel d6af9594d8
Remove patch files from repo 2018-09-25 16:26:00 +02:00
Hannes Elvemyr 1e00aee3b1 Fixes issue excluding sub directories
This .gitignore is not correct. At least was not working for me.
Ignoring /media/* and then excluding !/media/customer/.htaccess is not
working. According to the Git manual, "It is not possible to re-include
a file if a parent directory of that file is excluded."
(https://git-scm.com/docs/gitignore).

Found a solution here:
http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111
2017-03-09 11:31:19 +01:00
Rafael Corrêa Gomes 6f72a9b84f Basic files that must be ignored
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.
2016-11-18 12:47:00 -02:00
Mateusz Kutyba b6e56775b5 exclude only community code that is shipped with Magento 2015-12-03 07:30:11 +01:00
Mateusz Kutyba 571118925d exclude only locale en_US 2015-12-03 07:29:41 +01:00
Mateusz Kutyba 5552f5e360 simplified rules for Mage* module files 2015-12-03 07:29:12 +01:00
Mateusz Kutyba 2aa9f9215f simplified rules for media dir 2015-12-03 07:28:27 +01:00
Mateusz Kutyba f527652d30 new files added in 1.9.2.x 2015-12-03 07:28:05 +01:00
Ian Garcez 082ab4a3ec Stop ignoring app/code/local/Mage
with 'mage' on the gitignore file, a user can't
add files customized from Mage
2015-03-23 18:11:11 -03:00
Carl Suster 77e1463e48 Merge pull request #1378 from rafaelstz/patch-4
Setup of the development environment.
2015-01-22 14:15:49 +11:00
Rafael Corrêa Gomes cd72caa6a5 Only .htaccess.sample 2015-01-21 23:37:22 -02:00
Rafael Corrêa Gomes 525a16313e Setup of the development environment.
The .htaccess settings depend on the development environment, in some cases it is not used.
2015-01-21 19:45:11 -02:00
Rafael Corrêa Gomes e6d0be8f10 Base path to placeholder images
Base is media/catalog/product/placeholder/default/ and media/catalog/product/placeholder/my-theme/ new placeholder set on admin.
2015-01-21 19:26:49 -02:00
Carl Suster 6f8aee0564 Merge pull request #1311 from rafaelstz/patch-1
root sitemap.xml
2015-01-08 12:55:10 +11:00
Carl Suster 7c24eebba9 Merge pull request #1308 from ovanschie/patch-1
Update for Magento 1.9.1
2015-01-07 16:17:11 +11:00
Carl Suster 13f15a38f3 Merge pull request #1325 from aurmil/magento-modman
Ignore Magento .modman directory
2014-12-23 21:01:34 +11:00
Aurélien Millet 5b204a68b7 Ignore modman directory 2014-12-17 11:18:05 +01:00
Aurélien Millet 30b6549bfe fix magento root files
without leading slash, it ignores all files with these names (cron.php,
get.php, index.php, api.php), whereveer they are
2014-12-16 11:37:27 +01:00
Rafael Corrêa Gomes 86c6c19687 root sitemap.xml
The Magento production is configured to automatically generate the sitemap.xml, as is the url is taken as a base, it is important to be ignored.
2014-12-08 22:23:35 -02:00
Olav van Schie 0ff1028266 Update for Magento 1.9.1
Added Configurable Swatches and Pelago lib to ignore list
2014-12-05 10:34:36 +01:00
No0ne 0c6f7fd69a ignoring new Magento 1.9 default theme 2014-08-18 09:26:40 +02:00
Konstantinos Bariotis 88e26bf5aa "TheFind Feed" module removed
According to [this](http://www.magentocommerce.com/magento-connect/thefind-feed-1.html) TheFind Feed module does not come with the latest versions of Magento( > 1.6).

Thank you
2014-05-08 16:46:54 +03:00
Mike Manger d61f35aa62 Ignore log of applied patches
Magento keeps a log of official patches applied in this file.
2014-02-25 11:47:19 +00:00
Daniel Niedergesäß 402607d593 Update to Magento 1.8.x 2013-12-12 16:10:56 +01:00
Justin Spahr-Summers 52ec58209b Merge pull request #755 from ohmanger/patch-1
Ignore local.xml as this contains database credentials.
2013-11-12 20:46:50 -08:00
Carl Suster b7982d4968 Merge pull request #688 from leek/patch-1
Update Magento.gitignore to tighten the pattern for install.php
2013-11-11 22:37:40 -08:00
Carl Suster f37b54d58a Merge pull request #597 from TomLiu/master
Ignore magento product image cache
2013-11-11 22:33:01 -08:00
Mike Manger d9fd3eaa17 Ignore local.xml as this contains database credentials. 2013-08-30 15:49:12 +01:00
Chris Jones c8ec69639c Update Magento.gitignore
The line for `install.php` blocks adding *any* file with that name. In this instance, it caused Git to ignore a file for the Aitoc_Aitsys module located at: `app/code/local/Aitoc/Aitsys/Model/Module/Install.php`
2013-06-25 17:08:09 -04:00
TomLiu 14cebd60c5 add media/catalog/product/cache/ to magento ignore 2013-03-25 00:37:40 +08:00
Daniel Craig Jallits 73d14793f6 Updated for Magento 1.7.0.0 2012-05-24 09:59:53 -05:00
Tharsan Bhuvanendran 49977476d3 Restored missing lines. 2012-03-16 18:49:26 -03:00
Tharsan Bhuvanendran c6a23ad6d5 Updated Magento.gitignore for the latest Enterprise edition. 2012-03-16 18:47:11 -03:00
L42y 179edfabae update Magento.gitignore to work with Magento 1.6 2011-07-08 18:36:52 -07:00
Danny McClelland 64e23e74a6 Added Magento gitignore 2010-11-09 06:41:42 +08:00