1. 29 Oct, 2018 1 commit
  2. 28 Oct, 2018 2 commits
  3. 27 Oct, 2018 2 commits
  4. 24 Oct, 2018 1 commit
  5. 23 Oct, 2018 1 commit
  6. 22 Oct, 2018 1 commit
  7. 20 Oct, 2018 1 commit
  8. 18 Oct, 2018 1 commit
  9. 13 Oct, 2018 5 commits
  10. 12 Oct, 2018 5 commits
  11. 11 Oct, 2018 1 commit
  12. 07 Oct, 2018 1 commit
  13. 06 Oct, 2018 1 commit
  14. 03 Oct, 2018 1 commit
  15. 02 Oct, 2018 1 commit
  16. 27 Sep, 2018 2 commits
  17. 25 Sep, 2018 1 commit
  18. 21 Sep, 2018 2 commits
  19. 18 Sep, 2018 3 commits
  20. 15 Sep, 2018 2 commits
  21. 14 Sep, 2018 2 commits
  22. 12 Sep, 2018 3 commits
    • Caleb Chiesa's avatar
      Added wildcard ignore for .keystore files · 8025c331
      Caleb Chiesa authored
      Keystore files with an extension of `.keystore` are also valid and commonly used.
      8025c331
    • Brendan Forster's avatar
      Merge pull request #2804 from louistio/grunt-js-https · 28222daa
      Brendan Forster authored
      Use https for gruntjs link in Node gitignore
      28222daa
    • Lake Robin's avatar
      Only ignore root vendor directory · 67aa0dca
      Lake Robin authored
      In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory.
      
      When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views.
      
      The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git.
      67aa0dca