- 12 5月, 2021 1 次提交
-
-
由 Gerardyang 提交于
-
- 14 5月, 2020 1 次提交
-
-
由 Jon Layton 提交于
After running `yarn set version berry` and `yarn install`, the file `.yarn/install-state.gz` is created. The documentation at https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored mentions that this file should be ignored: > .yarn/install-state.tgz is an optimization file that you shouldn't have to ever commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces again. The documentation has a minor error; the generated file is `.gz` instead of `.tgz` (source: https://github.com/yarnpkg/berry/pull/998/files#diff-23dd4c2e823c25186f1107e88e962032R201)
-
- 29 4月, 2020 1 次提交
-
-
由 Ted Kesgar 提交于
-
- 11 3月, 2020 2 次提交
-
-
由 ChiefORZ 提交于
-
由 Simon Siefke 提交于
-
- 25 2月, 2020 1 次提交
-
-
由 Jeffrey Priebe 提交于
Similar to #2608, it's the defacto tsc way now for adding typings locally.
-
- 20 2月, 2020 1 次提交
-
-
由 Igor Strebezhev 提交于
-
- 16 12月, 2019 2 次提交
-
-
由 Simon Siefke 提交于
* Ignore files inside `.vscode-test` [vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension. * Update Node.gitignore
-
由 anishagg17 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 Karl Horky 提交于
* Remove conflicting gitignore lines, add reference Ref (introduction of a new "public" folder in Next.js): https://nextjs.org/blog/next-9-1#public-directory-support * Improve solution to conflicting files
-
- 03 10月, 2019 1 次提交
-
-
由 MCSH 提交于
-
- 22 9月, 2019 1 次提交
-
-
由 Richie Bendall 提交于
-
- 16 9月, 2019 1 次提交
-
-
由 Imed Adel 提交于
-
- 12 5月, 2019 1 次提交
-
-
由 Byeongguk Gong 提交于
* Update Node.gitignore * Fix coverage.lcov to *.lcov
-
- 10 5月, 2019 1 次提交
-
-
由 Simon Siefke 提交于
-
- 18 3月, 2019 1 次提交
-
-
由 Nicolas Del Valle 提交于
-
- 14 3月, 2019 1 次提交
-
-
由 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.
-
- 11 3月, 2019 1 次提交
-
-
由 Richie Bendall 提交于
* [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
-
- 16 12月, 2018 1 次提交
-
-
由 Kenji Sakurada 提交于
-
- 14 12月, 2018 1 次提交
-
-
由 lmedson 提交于
-
- 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 提交于
-