Commit Graph

83 Commits

Author SHA1 Message Date
Jon Layton 7293c14345
Add .yarn/install-state.gz to Node.gitignore (#3407)
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)
2020-05-14 08:49:06 -03:00
Ted Kesgar eee21bf0c3
Ignore Next.js `next export` result directory (#3387) 2020-04-29 10:45:59 -03:00
ChiefORZ be4f76b416
[Node] Add yarn v2 excludes (#3327) 2020-03-11 10:08:37 -03:00
Simon Siefke 863f9d209d
update parcel cache (#3331) 2020-03-11 09:28:59 -03:00
Jeffrey Priebe 219b1250ba
Remote typings ignore from node gitignore (#3319)
Similar to #2608, it's the defacto tsc way now for adding typings locally.
2020-02-24 13:04:31 -04:00
Igor Strebezhev 8d88fa5215
Add snowpack dependency directory (#3315) 2020-02-19 14:08:11 -04:00
Simon Siefke 6c87d249af Ignore files inside `.vscode-test` (#3256)
* 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
2019-12-16 09:17:17 -04:00
anishagg17 6e7ca9805e Update Node.gitignore (#3264) 2019-12-16 09:06:40 -04:00
Karl Horky 2644536a24 Comment out / add note about conflicting gitignore lines (#3204)
* 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
2019-10-24 13:31:35 -03:00
MCSH fb4019a717 Added tern-port (#3195) 2019-10-03 10:32:51 -03:00
Richie Bendall 086eacaaa2 feat: Add microbundle cache (#3116) 2019-09-21 13:13:14 -03:00
Imed Adel 0a7dc39616 Ignore GatsbyJS files (#3180) 2019-09-16 09:21:44 -03:00
Byeongguk Gong e58b3e0a01 Update Node.gitignore (#2934)
* Update Node.gitignore

* Fix coverage.lcov to *.lcov
2019-05-12 09:54:48 -03:00
Simon Siefke 79d46ba7e5 Add .tsbuildinfo files to Node.gitignore (#3052) 2019-05-10 08:04:44 -03:00
Nicolas Del Valle cf8aca5249 Update Node.gitignore (#3002) 2019-03-18 09:12:18 -03:00
Hannan Ali 503c26b75a Add lerna-debug.log to Node.gitignore (#3000)
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.
2019-03-14 08:56:02 -03:00
Richie Bendall 1436b29954 [Node] Ignore diagnostic report files (#2971)
* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex
2019-03-11 08:48:58 -03:00
Brendan Forster ac2e28a2ef
Merge pull request #2908 from lmedson/env_test_ignore
Add ignorer to .env.test variable in NodeJS
2018-12-18 08:50:06 -04:00
Kenji Sakurada c2d0605e69 fix wsp 2018-12-16 14:50:40 +09:00
lmedson f966096f40 Add ignorer to .env.test variable 2018-12-13 21:32:38 -03:00
Houssem Hajlaoui ee2ae04a57
No need for .vscode line 2018-10-27 13:32:15 +01:00
Houssem Hajlaoui b75ca869f0
vscode, dynamodb, serverless folders 2018-10-23 00:54:09 +01:00
Chris 5e89a9825f
Add support for FuseBox
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!
2018-10-20 01:09:08 -04:00
Adam Gauthier ab098d2695
Use https for gruntjs link in Node gitignore 2018-09-11 23:54:41 -04:00
Brendan Forster 4f1015cedf
Merge pull request #2560 from TennyZhuang/patch-2
Ignore parcel-bundler cache
2018-06-17 15:56:39 -03:00
Brendan Forster 53e8b617ac
Merge branch 'master' into patch-1 2018-06-17 15:27:35 -03:00
Tejas Shah 88e67f9931
Add .serverless to gitignore 2018-05-27 16:58:49 -07:00
segayuu e2824c0903
Add Vuepress build defalult output Directory 2018-05-25 13:11:51 +09:00
Jefry Dewangga d6ec68fd8d
Add exception for nuxt.js output 2018-05-06 17:31:38 +07:00
gotonode 3b68f7e537
Update Node.gitignore 2018-03-24 12:08:54 +02:00
庄天翼 5beb114816
Merge branch 'master' into patch-2 2018-03-10 12:05:34 +08:00
Kyle Kelley 7272fe439b
Update Node.gitignore 2018-01-01 14:26:54 -08:00
庄天翼 7c0cf6d9ec
Ignore parcel-bundler cache 2018-01-01 00:35:21 +08:00
Ricky de Laveaga e68f3c0984 Node - update Compiled binary addons link to https
Node.gitignore build/Release Compiled binary addons: http to https
https://nodejs.org/api/addons.html
2017-08-31 16:51:26 -07:00
Anders D. Johnson 978d926dfd fix(Node): ignore yarn logs
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
2017-02-09 00:13:21 -06:00
Brendan Forster 60f46f95a7 added comment for typings directory 2017-02-02 11:57:45 +01:00
Brendan Forster 02de0de43f Merge branch 'master' into patch-3 2017-02-02 11:54:37 +01:00
Brendan Forster 4ab70d18ef Merge pull request #2210 from mcandre/patch-1
[Node] make directory rules explicit
2017-01-31 13:26:08 +01:00
Brendan Forster 69df486d77 Merge pull request #2157 from luiscoms/patch-1
Add bower dependency directory
2017-01-28 12:04:37 +01:00
Malcolm e3dad9eb64 Add .env to Node.gitignore 2017-01-25 16:13:33 +13:00
Andrew Pennebaker cfbdccf265 fix gitignore syntax
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.
2016-12-07 16:42:45 -06:00
Luis Fernando Gomes c2bf044184 Add bower dependency directory 2016-10-28 00:23:58 -02:00
Craig Morris 11c20eb3ba Add yarn ignored file 2016-10-12 14:07:57 +01:00
Mike Ralphson 841cf58592 Update Node.gitignore (*.tgz)
Add `*.tgz`, the output of `npm pack`, or other build-steps.
2016-09-26 06:59:20 +01:00
Ben Bodenmiller 3bf3203c4f add typings 2016-09-19 19:31:20 -07:00
Kyle Pollock 88e76d3b94 Add eslint cache ignore for node projects. 2016-08-19 09:46:09 -05:00
Roman Pushkin 55157bfd0e Ignore *.pid.lock
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.
2016-07-02 09:05:05 -07:00
Roman Pushkin 1f2a6371e4 Add nyc test coverage output directory
[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.
2016-04-21 12:01:36 -07:00
Matti Jokitulppo e9e59f2259 Merge Node.gitignore with master 2016-02-12 07:44:43 +02:00
Levin Rickert cedf149de3 URL doesn't exists anymore 2016-01-17 17:43:54 +01:00