1. 20 2月, 2020 1 次提交
  2. 16 12月, 2019 2 次提交
  3. 25 10月, 2019 1 次提交
  4. 03 10月, 2019 1 次提交
  5. 22 9月, 2019 1 次提交
  6. 16 9月, 2019 1 次提交
  7. 12 5月, 2019 1 次提交
  8. 10 5月, 2019 1 次提交
  9. 18 3月, 2019 1 次提交
  10. 14 3月, 2019 1 次提交
    • H
      Add lerna-debug.log to Node.gitignore (#3000) · 503c26b7
      Hannan Ali 提交于
      Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered.
      503c26b7
  11. 11 3月, 2019 1 次提交
  12. 16 12月, 2018 1 次提交
  13. 14 12月, 2018 1 次提交
  14. 27 10月, 2018 1 次提交
  15. 23 10月, 2018 1 次提交
  16. 20 10月, 2018 1 次提交
  17. 12 9月, 2018 1 次提交
  18. 28 5月, 2018 1 次提交
  19. 25 5月, 2018 1 次提交
  20. 06 5月, 2018 1 次提交
  21. 24 3月, 2018 1 次提交
  22. 02 1月, 2018 1 次提交
  23. 01 1月, 2018 1 次提交
  24. 01 9月, 2017 1 次提交
  25. 09 2月, 2017 1 次提交
  26. 02 2月, 2017 1 次提交
  27. 25 1月, 2017 1 次提交
  28. 08 12月, 2016 1 次提交
    • A
      fix gitignore syntax · cfbdccf2
      Andrew Pennebaker 提交于
      Some .gitignore parsers interpret directory vs non-directory patterns strictly (e.g. monochromegane/go-gitignore), so a `node_modules` pattern would not necessarily match against a real `node_modules` directory. It's generally safe to add a trailing slash to directory .gitignore patterns.
      cfbdccf2
  29. 28 10月, 2016 1 次提交
  30. 12 10月, 2016 1 次提交
  31. 26 9月, 2016 1 次提交
  32. 20 9月, 2016 1 次提交
  33. 19 8月, 2016 1 次提交
  34. 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
  35. 22 4月, 2016 1 次提交
  36. 18 1月, 2016 1 次提交
  37. 05 11月, 2015 1 次提交
  38. 03 11月, 2015 1 次提交
  39. 13 10月, 2015 1 次提交