Skip to content

Instantly share code, notes, and snippets.

@bouwehand
Forked from Rud5G/.gitignore
Created January 28, 2014 09:37
Show Gist options
  • Select an option

  • Save bouwehand/8664689 to your computer and use it in GitHub Desktop.

Select an option

Save bouwehand/8664689 to your computer and use it in GitHub Desktop.

Revisions

  1. @Rud5G Rud5G revised this gist Jan 10, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # https://gist.github.com/Rud5G/4148997
    #
    # magento gitignore from htdocs
    #
    # https://gist.github.com/Rud5G/4148997

    htdocs/app/etc/local.xml

  2. @Rud5G Rud5G revised this gist Jan 10, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions .gitignore
    Original 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/*
  3. @Rud5G Rud5G revised this gist Oct 27, 2013. 1 changed file with 24 additions and 7 deletions.
    31 changes: 24 additions & 7 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,26 @@
    app/etc/local.xml
    media/*
    !media/.htaccess
    var/*
    !var/.htaccess
    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/
    nbproject/
    .settings
    .idea/
    nbproject

    # composer
    bin/*
    !bin/.gitkeep
    vendor/*
    !vendor/.gitkeep

    composer.phar
  4. @Rud5G Rud5G created this gist Nov 26, 2012.
    9 changes: 9 additions & 0 deletions .gitignore
    Original 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/