1. 08 Jan, 2015 1 commit
  2. 07 Jan, 2015 17 commits
  3. 04 Jan, 2015 2 commits
  4. 03 Jan, 2015 1 commit
  5. 02 Jan, 2015 1 commit
  6. 30 Dec, 2014 1 commit
  7. 23 Dec, 2014 3 commits
  8. 22 Dec, 2014 1 commit
    • bedella's avatar
      Add a global redis ignore file. · cfd03873
      bedella authored
      Ignores all .rdb files, (default: dump.rdb).
      
      These files contain a binary representation of the in-memory
      redis data that is generated using cli tools or on a redis
      failure.
      
      They can be used to restore a redis db, and may contain
      sensitive data so should not be saved in version control.
      cfd03873
  9. 21 Dec, 2014 1 commit
  10. 20 Dec, 2014 1 commit
  11. 17 Dec, 2014 1 commit
  12. 16 Dec, 2014 1 commit
    • Aurélien Millet's avatar
      fix magento root files · 30b6549b
      Aurélien Millet authored
      without leading slash, it ignores all files with these names (cron.php,
      get.php, index.php, api.php), whereveer they are
      30b6549b
  13. 12 Dec, 2014 3 commits
  14. 11 Dec, 2014 2 commits
  15. 09 Dec, 2014 2 commits
  16. 05 Dec, 2014 2 commits
    • Olav van Schie's avatar
      Update for Magento 1.9.1 · 0ff10282
      Olav van Schie authored
      Added Configurable Swatches and Pelago lib to ignore list
      0ff10282
    • Joel Kuntz's avatar
      Fix solution/project files for nested directories. · 103740bd
      Joel Kuntz authored
      By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
      103740bd