-
-
Save bouwehand/8664689 to your computer and use it in GitHub Desktop.
Revisions
-
Rud5G revised this gist
Jan 10, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # magento gitignore from htdocs # # https://gist.github.com/Rud5G/4148997 htdocs/app/etc/local.xml -
Rud5G revised this gist
Jan 10, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ # https://gist.github.com/Rud5G/4148997 # # magento gitignore from htdocs htdocs/app/etc/local.xml htdocs/media/* -
Rud5G revised this gist
Oct 27, 2013 . 1 changed file with 24 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,26 @@ htdocs/app/etc/local.xml htdocs/media/* !htdocs/media/.htaccess htdocs/var/* !htdocs/var/.htaccess htdocs/sitemap htdocs/staging # Editor .buildpath .cache .metadata .project .settings .idea/ nbproject # composer bin/* !bin/.gitkeep vendor/* !vendor/.gitkeep composer.phar -
Rud5G created this gist
Nov 26, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ app/etc/local.xml media/* !media/.htaccess var/* !var/.htaccess .buildpath .project .settings/ nbproject/