1. 20 10月, 2018 1 次提交
  2. 12 9月, 2018 1 次提交
  3. 28 5月, 2018 1 次提交
  4. 25 5月, 2018 1 次提交
  5. 06 5月, 2018 1 次提交
  6. 24 3月, 2018 1 次提交
  7. 02 1月, 2018 1 次提交
  8. 01 1月, 2018 1 次提交
  9. 01 9月, 2017 1 次提交
  10. 09 2月, 2017 1 次提交
  11. 02 2月, 2017 1 次提交
  12. 25 1月, 2017 1 次提交
  13. 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
  14. 28 10月, 2016 1 次提交
  15. 12 10月, 2016 1 次提交
  16. 26 9月, 2016 1 次提交
  17. 20 9月, 2016 1 次提交
  18. 19 8月, 2016 1 次提交
  19. 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
  20. 22 4月, 2016 1 次提交
  21. 18 1月, 2016 1 次提交
  22. 05 11月, 2015 1 次提交
  23. 03 11月, 2015 1 次提交
  24. 13 10月, 2015 1 次提交
  25. 06 8月, 2015 1 次提交
  26. 30 4月, 2015 1 次提交
  27. 24 4月, 2015 1 次提交
  28. 19 2月, 2015 1 次提交
    • S
      Update Node.gitignore · 7e8db0da
      Sebastian Blei 提交于
      Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
      7e8db0da
  29. 24 1月, 2015 1 次提交
  30. 02 1月, 2015 1 次提交
  31. 12 11月, 2014 1 次提交
  32. 01 10月, 2014 2 次提交
    • S
      Explain .lock-wscript and move it · e4e5da63
      Stuart P. Bentley 提交于
      This changes the comment to better explain what .lock-wscript is for
      (it's for the [obsolete][v0.8.0] node-waf build system), and moves it
      next to the other ignore pattern(s) for binary module compilation artifacts.
      
      [v0.8.0]: http://blog.nodejs.org/2012/06/25/node-v0-8-0/
      e4e5da63
    • S
      Restore original comment about node_modules · 2d111edf
      Stuart P. Bentley 提交于
      It's not the opinion of "some people", it's a conditional circumstance.
      Even proponents of checking node_modules into Git agree that you
      shouldn't do it when you're writing a module to be included as a
      dependency on npmjs.org: the advantage of checking node_modules
      into Git is only for fully-packaged apps, which is why the original
      comment was what it was.
      2d111edf
  33. 13 8月, 2014 1 次提交
  34. 08 5月, 2014 1 次提交
  35. 05 4月, 2014 1 次提交
  36. 04 4月, 2014 1 次提交
    • C
      Remove opinion from Node.js .gitignore file · 4d30a45c
      cheddar 提交于
      This is a PR to remove the opinionated lines from the Node.js .gitignore file.
      
      I do not believe that Github's pre-baked .gitignore files should be promulgating opinions, especially in a community that is as fresh as the Node.js community.  Questions of what should be checked in should be a decision made on an organization-by-organization basis, or left up to the individual.  Github's inclusion of opinion in these files puts unnecessary authority behind that opinion, which can have the negative side-effect of people following without thinking.
      4d30a45c
  37. 01 3月, 2014 2 次提交
  38. 07 1月, 2014 1 次提交