1. 23 8月, 2016 1 次提交
    • S
      nbactions.xml must not be ignored (?) · d785d611
      Shubham Rao 提交于
      This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE.
      Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) 
      Also this file does anything worth ignoring
      Added by #145
      Exclusion of `nbactions.xml`  from `.gitgnore` should be discussed.
      d785d611
  2. 22 8月, 2016 1 次提交
  3. 19 8月, 2016 1 次提交
  4. 17 8月, 2016 3 次提交
  5. 16 8月, 2016 2 次提交
  6. 15 8月, 2016 3 次提交
  7. 14 8月, 2016 1 次提交
  8. 13 8月, 2016 1 次提交
  9. 11 8月, 2016 1 次提交
  10. 10 8月, 2016 1 次提交
  11. 09 8月, 2016 2 次提交
  12. 07 8月, 2016 1 次提交
  13. 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
  14. 28 7月, 2016 2 次提交
  15. 26 7月, 2016 1 次提交
  16. 25 7月, 2016 1 次提交
  17. 23 7月, 2016 1 次提交
  18. 22 7月, 2016 2 次提交
  19. 19 7月, 2016 1 次提交
  20. 18 7月, 2016 1 次提交
  21. 15 7月, 2016 1 次提交
  22. 14 7月, 2016 3 次提交
  23. 12 7月, 2016 2 次提交
  24. 11 7月, 2016 4 次提交
  25. 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