Yangshun Tay and GitHub
1d4e709db8
Add Docusaurus files to Node.gitignore
2021-12-23 14:53:27 +08:00
Malcolm and GitHub
b461dc2650
Re-add .env to Node.gitignore
2021-12-11 15:37:31 +13:00
Brian Douglas and GitHub
687e822167
Merge branch 'main' into patch-1
2021-12-04 16:03:19 -08:00
Brian Douglas and GitHub
84d296a2ff
Merge pull request #3829 from omBratteng/patch-1
...
feat(node): added `.stylelintcache` for stylelint
2021-12-04 15:09:30 -08:00
Lucien Zhang and GitHub
edc2325d8e
Add vuepress v2.x temp and cache directory
2021-09-12 23:10:01 +09:00
Ole-Martin Bratteng and GitHub
49ec6fd170
feat(node): added .stylelintcache for stylelint
2021-09-12 03:02:20 +02:00
Martin Woodward and GitHub
d0f978135b
Merge pull request #3651 from kachick/node-ignore-envs
...
Ignore `.env.production` in Node.js
2021-05-25 12:00:57 +01:00
Gerardyang and GitHub
346dd74788
add pnpm debug file to Node.gitignore
2021-05-12 23:18:59 +08:00
Kenichi Kamiya
b236e1717b
Just ignore .env.production, avoid to effect for .env.example
...
https://github.com/github/gitignore/pull/3651/files#r576363678
2021-02-28 01:18:35 +09:00
Kenichi Kamiya
6586918a42
Ignore .env.* in Node.js
2021-02-16 03:02:14 +09:00
Jon Layton and GitHub
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 and GitHub
eee21bf0c3
Ignore Next.js next export result directory ( #3387 )
2020-04-29 10:45:59 -03:00
ChiefORZ and GitHub
be4f76b416
[Node] Add yarn v2 excludes ( #3327 )
2020-03-11 10:08:37 -03:00
Simon Siefke and GitHub
863f9d209d
update parcel cache ( #3331 )
2020-03-11 09:28:59 -03:00
Jeffrey Priebe and GitHub
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
frederikhors and GitHub
ea2c3d43c9
Use real conventions
...
Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
2020-02-21 00:12:58 +01:00
Igor Strebezhev and GitHub
8d88fa5215
Add snowpack dependency directory ( #3315 )
2020-02-19 14:08:11 -04:00
Simon Siefke and Brendan Forster
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 and Brendan Forster
6e7ca9805e
Update Node.gitignore ( #3264 )
2019-12-16 09:06:40 -04:00
Karl Horky and Brendan Forster
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 and Brendan Forster
fb4019a717
Added tern-port ( #3195 )
2019-10-03 10:32:51 -03:00
Richie Bendall and Brendan Forster
086eacaaa2
feat: Add microbundle cache ( #3116 )
2019-09-21 13:13:14 -03:00
Imed Adel and Brendan Forster
0a7dc39616
Ignore GatsbyJS files ( #3180 )
2019-09-16 09:21:44 -03:00
Byeongguk Gong and Brendan Forster
e58b3e0a01
Update Node.gitignore ( #2934 )
...
* Update Node.gitignore
* Fix coverage.lcov to *.lcov
2019-05-12 09:54:48 -03:00
Simon Siefke and Brendan Forster
79d46ba7e5
Add .tsbuildinfo files to Node.gitignore ( #3052 )
2019-05-10 08:04:44 -03:00
Nicolas Del Valle and Brendan Forster
cf8aca5249
Update Node.gitignore ( #3002 )
2019-03-18 09:12:18 -03:00
Hannan Ali and Brendan Forster
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 and Brendan Forster
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 and GitHub
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 and GitHub
ee2ae04a57
No need for .vscode line
2018-10-27 13:32:15 +01:00
Houssem Hajlaoui and GitHub
b75ca869f0
vscode, dynamodb, serverless folders
2018-10-23 00:54:09 +01:00
Chris and GitHub
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 and GitHub
4f1015cedf
Merge pull request #2560 from TennyZhuang/patch-2
...
Ignore parcel-bundler cache
2018-06-17 15:56:39 -03:00
Brendan Forster and GitHub
53e8b617ac
Merge branch 'master' into patch-1
2018-06-17 15:27:35 -03:00
Tejas Shah and GitHub
88e67f9931
Add .serverless to gitignore
2018-05-27 16:58:49 -07:00
segayuu and GitHub
e2824c0903
Add Vuepress build defalult output Directory
2018-05-25 13:11:51 +09:00
Jefry Dewangga and GitHub
d6ec68fd8d
Add exception for nuxt.js output
2018-05-06 17:31:38 +07:00
gotonode and GitHub
3b68f7e537
Update Node.gitignore
2018-03-24 12:08:54 +02:00
庄天翼 and GitHub
5beb114816
Merge branch 'master' into patch-2
2018-03-10 12:05:34 +08:00
Kyle Kelley and GitHub
7272fe439b
Update Node.gitignore
2018-01-01 14:26:54 -08:00
庄天翼 and GitHub
7c0cf6d9ec
Ignore parcel-bundler cache
2018-01-01 00:35:21 +08:00
Ricky de Laveaga and GitHub
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 and GitHub
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 and GitHub
60f46f95a7
added comment for typings directory
2017-02-02 11:57:45 +01:00
Brendan Forster and GitHub
02de0de43f
Merge branch 'master' into patch-3
2017-02-02 11:54:37 +01:00
Brendan Forster and GitHub
4ab70d18ef
Merge pull request #2210 from mcandre/patch-1
...
[Node] make directory rules explicit
2017-01-31 13:26:08 +01:00
Brendan Forster and GitHub
69df486d77
Merge pull request #2157 from luiscoms/patch-1
...
Add bower dependency directory
2017-01-28 12:04:37 +01:00