1. 12 9月, 2018 1 次提交
    • L
      Only ignore root vendor directory · 67aa0dca
      Lake Robin 提交于
      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
  2. 06 8月, 2018 1 次提交
  3. 29 1月, 2017 1 次提交
  4. 27 1月, 2017 1 次提交
  5. 21 10月, 2016 1 次提交
  6. 17 10月, 2016 2 次提交
  7. 25 7月, 2016 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 07 3月, 2016 1 次提交
  10. 06 3月, 2016 1 次提交
  11. 28 10月, 2015 3 次提交
  12. 24 10月, 2015 1 次提交
    • H
      Added some folders the are "compiled" things · 344fc711
      Hélio 提交于
      /vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default.
      /node_modules - npm modules, same of /vendor.  Laravel comes with this line by default.
      
      /app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
      344fc711
  13. 15 10月, 2015 1 次提交
  14. 10 3月, 2015 1 次提交
  15. 02 9月, 2014 1 次提交
    • T
      Renaming Laravel4 to Laravel · 858b0b25
      Tony Arra 提交于
      Laravel4 is the current standard.
      
      This resolves the name with the custom Laravel.gitignore file in the
      gitignore.io project. If support for Laravel3 is desired, it should be done in
      a new file: "Laravel3.gitignore
      
      Closes #1196
      858b0b25
  16. 16 4月, 2014 1 次提交