1. 17 Aug, 2016 2 commits
  2. 16 Aug, 2016 2 commits
  3. 15 Aug, 2016 1 commit
  4. 14 Aug, 2016 2 commits
  5. 12 Aug, 2016 1 commit
  6. 11 Aug, 2016 1 commit
  7. 10 Aug, 2016 1 commit
  8. 08 Aug, 2016 2 commits
  9. 07 Aug, 2016 1 commit
  10. 05 Aug, 2016 1 commit
    • Brennan Fee's avatar
      Update Visual Studio Code to support workspace files. · 554bccef
      Brennan Fee authored
      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
  11. 28 Jul, 2016 2 commits
  12. 25 Jul, 2016 2 commits
  13. 22 Jul, 2016 1 commit
  14. 21 Jul, 2016 2 commits
  15. 18 Jul, 2016 2 commits
  16. 14 Jul, 2016 2 commits
  17. 13 Jul, 2016 2 commits
  18. 12 Jul, 2016 1 commit
  19. 11 Jul, 2016 2 commits
  20. 10 Jul, 2016 4 commits
  21. 09 Jul, 2016 2 commits
  22. 03 Jul, 2016 1 commit
  23. 02 Jul, 2016 1 commit
    • Roman Pushkin's avatar
      Ignore *.pid.lock · 55157bfd
      Roman Pushkin authored
      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
  24. 01 Jul, 2016 2 commits