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. 10 9月, 2018 2 次提交
  3. 05 9月, 2018 2 次提交
  4. 04 9月, 2018 1 次提交
  5. 03 9月, 2018 1 次提交
  6. 27 8月, 2018 2 次提交
  7. 26 8月, 2018 4 次提交
  8. 25 8月, 2018 1 次提交
  9. 23 8月, 2018 1 次提交
  10. 22 8月, 2018 2 次提交
  11. 19 8月, 2018 4 次提交
  12. 16 8月, 2018 2 次提交
    • B
      Merge pull request #2782 from Peetz0r/patch-1 · 38b189d3
      Brendan Forster 提交于
      KiCad .gitignore library fix
      38b189d3
    • P
      KiCad .gitignore library fix · b7477e9c
      Peter 提交于
      We shouldn't ignore -cache.lib files, because it causes missing components in your schema
      
      http://kicad-pcb.org/help/file-formats/ specifically mentions this:
      
      > `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different).
      b7477e9c
  13. 14 8月, 2018 1 次提交
    • Y
      Removed Microsoft Word 2016 Auto Backuped File on macOS · cbdbe97c
      YCH 提交于
      If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
      cbdbe97c
  14. 10 8月, 2018 4 次提交
  15. 09 8月, 2018 1 次提交
  16. 07 8月, 2018 1 次提交
  17. 06 8月, 2018 1 次提交
  18. 03 8月, 2018 2 次提交
  19. 01 8月, 2018 2 次提交
  20. 11 7月, 2018 1 次提交
  21. 10 7月, 2018 1 次提交
    • E
      Add configure logs · 789c4cca
      Emre Ates 提交于
      These files are created when running `autoreconf`; however they don't need to be added to version control.
      789c4cca
  22. 05 7月, 2018 3 次提交