1. 05 8月, 2016 1 次提交
    • B
      Update Visual Studio Code to support workspace files. · 554bccef
      Brennan Fee 提交于
      Visual Studio Code has a few files that can be placed into the workspace
      in order to share settings across users.  Settings.json is for project
      specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
      While launch.json is for debugging specific tasks.
      554bccef
  2. 28 7月, 2016 2 次提交
  3. 26 7月, 2016 1 次提交
  4. 25 7月, 2016 1 次提交
  5. 23 7月, 2016 1 次提交
  6. 22 7月, 2016 2 次提交
  7. 19 7月, 2016 1 次提交
  8. 18 7月, 2016 1 次提交
  9. 15 7月, 2016 1 次提交
  10. 14 7月, 2016 3 次提交
  11. 12 7月, 2016 2 次提交
  12. 11 7月, 2016 4 次提交
  13. 10 7月, 2016 2 次提交
    • O
      Ignore .pdf · d8a56ffd
      Oliver Kopp 提交于
      On Windows, when PDF is opened with Acrobat Reader, one gets following output:
      
          ! I can't write on file `document.pdf'.
          Please type another file name for output:
      
      If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
      d8a56ffd
    • O
      Add *.wrt produced by scrwfile · a73ff83a
      Oliver Kopp 提交于
      a73ff83a
  14. 09 7月, 2016 1 次提交
  15. 04 7月, 2016 1 次提交
  16. 03 7月, 2016 1 次提交
    • R
      Ignore *.pid.lock · 55157bfd
      Roman Pushkin 提交于
      Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files:
      
      * `passenger.3000.pid` (removed when passenger stops)
      * `passenger.3000.log`
      * `passenger.3000.pid.lock`
      
      While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
      55157bfd
  17. 01 7月, 2016 4 次提交
  18. 30 6月, 2016 1 次提交
  19. 29 6月, 2016 1 次提交
    • T
      Update TeX.gitignore · c2401948
      thilaire 提交于
      Add support for easy-todo package (that produces .lod file during the compilation)
      c2401948
  20. 26 6月, 2016 1 次提交
  21. 25 6月, 2016 1 次提交
  22. 21 6月, 2016 1 次提交
  23. 17 6月, 2016 1 次提交
  24. 16 6月, 2016 2 次提交
  25. 15 6月, 2016 2 次提交
  26. 13 6月, 2016 1 次提交