- 16 12月, 2018 1 次提交
-
-
由 Kenji Sakurada 提交于
-
- 27 10月, 2018 1 次提交
-
-
由 Houssem Hajlaoui 提交于
-
- 23 10月, 2018 1 次提交
-
-
由 Houssem Hajlaoui 提交于
-
- 20 10月, 2018 1 次提交
-
-
由 Chris 提交于
Project site: [link](https://fuse-box.org/) Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache) Reason: Don't VC cache Hopefully, I did this correctly!
-
- 12 9月, 2018 1 次提交
-
-
由 Adam Gauthier 提交于
-
- 28 5月, 2018 1 次提交
-
-
由 Tejas Shah 提交于
-
- 25 5月, 2018 1 次提交
-
-
由 segayuu 提交于
-
- 06 5月, 2018 1 次提交
-
-
由 Jefry Dewangga 提交于
-
- 24 3月, 2018 1 次提交
-
-
由 gotonode 提交于
-
- 02 1月, 2018 1 次提交
-
-
由 Kyle Kelley 提交于
-
- 01 1月, 2018 1 次提交
-
-
由 庄天翼 提交于
-
- 01 9月, 2017 1 次提交
-
-
由 Ricky de Laveaga 提交于
Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html
-
- 09 2月, 2017 1 次提交
-
-
由 Anders D. Johnson 提交于
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
-
- 02 2月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
-
- 25 1月, 2017 1 次提交
-
-
由 Malcolm 提交于
-
- 08 12月, 2016 1 次提交
-
-
由 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.
-
- 28 10月, 2016 1 次提交
-
-
由 Luis Fernando Gomes 提交于
-
- 12 10月, 2016 1 次提交
-
-
由 Craig Morris 提交于
-
- 26 9月, 2016 1 次提交
-
-
由 Mike Ralphson 提交于
Add `*.tgz`, the output of `npm pack`, or other build-steps.
-
- 20 9月, 2016 1 次提交
-
-
由 Ben Bodenmiller 提交于
-
- 19 8月, 2016 1 次提交
-
-
由 Kyle Pollock 提交于
-
- 03 7月, 2016 1 次提交
-
-
由 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.
-
- 22 4月, 2016 1 次提交
-
-
由 Roman Pushkin 提交于
[nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default.
-
- 18 1月, 2016 1 次提交
-
-
由 Levin Rickert 提交于
-
- 05 11月, 2015 1 次提交
-
-
由 Julien CROUZET 提交于
Like in #1732, Docker images can consider project directoy as $HOME
-
- 03 11月, 2015 1 次提交
-
-
由 Julien CROUZET 提交于
-
- 13 10月, 2015 1 次提交
-
-
由 Matti Jokitulppo 提交于
-
- 06 8月, 2015 1 次提交
-
-
由 cyrbil 提交于
-
- 30 4月, 2015 1 次提交
-
-
由 Goutham Veeramachaneni 提交于
Thanks to @arcresu for pointing out!
-
- 24 4月, 2015 1 次提交
-
-
由 Goutham Veeramachaneni 提交于
The previous link gives 404
-
- 19 2月, 2015 1 次提交
-
-
由 Sebastian Blei 提交于
Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
-
- 24 1月, 2015 1 次提交
-
-
由 Carl Suster 提交于
-
- 02 1月, 2015 1 次提交
-
-
由 Jenrik 提交于
Debug log from npm is now ignored
-
- 12 11月, 2014 1 次提交
-
-
由 Stuart P. Bentley 提交于
-
- 01 10月, 2014 2 次提交
-
-
由 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/
-
由 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.
-
- 13 8月, 2014 1 次提交
-
-
由 Josh Whaley 提交于
Updated link for the dependency directory from [this](https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git) to [this](https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-).
-
- 08 5月, 2014 1 次提交
-
-
由 Scott J. Roberts 提交于
-
- 05 4月, 2014 1 次提交
-
-
由 cheddar 提交于
And remove my own opinions...
-
- 04 4月, 2014 1 次提交
-
-
由 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.
-