1. 12 Sep, 2018 1 commit
    • 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
  2. 09 Sep, 2018 2 commits
  3. 04 Sep, 2018 3 commits
  4. 03 Sep, 2018 1 commit
  5. 26 Aug, 2018 6 commits
  6. 25 Aug, 2018 1 commit
  7. 22 Aug, 2018 2 commits
  8. 21 Aug, 2018 1 commit
  9. 19 Aug, 2018 1 commit
  10. 18 Aug, 2018 3 commits
  11. 16 Aug, 2018 2 commits
    • Brendan Forster's avatar
      Merge pull request #2782 from Peetz0r/patch-1 · 38b189d3
      Brendan Forster authored
      KiCad .gitignore library fix
      38b189d3
    • Peter's avatar
      KiCad .gitignore library fix · b7477e9c
      Peter authored
      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
  12. 14 Aug, 2018 1 commit
    • YCH's avatar
      Removed Microsoft Word 2016 Auto Backuped File on macOS · cbdbe97c
      YCH authored
      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
  13. 10 Aug, 2018 4 commits
  14. 08 Aug, 2018 1 commit
  15. 07 Aug, 2018 1 commit
  16. 06 Aug, 2018 1 commit
  17. 03 Aug, 2018 2 commits
  18. 01 Aug, 2018 2 commits
  19. 10 Jul, 2018 2 commits
  20. 05 Jul, 2018 3 commits