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
Julien CROUZET
5f5926a9bb
Ignore REPL history file
...
Like in #1732 , Docker images can consider project directoy as $HOME
2015-11-05 16:17:54 +01:00
Julien CROUZET
f4faeebd86
Add .npm cache directory
2015-11-02 19:20:21 +01:00
Matti Jokitulppo
a98ae44ae8
Ignore JSPM package folder
2015-10-12 19:03:57 +03:00
cyrbil
5e87c947e4
Add ignore for npm debug log files
2015-08-06 11:30:45 +02:00
Goutham Veeramachaneni
e1a89ad432
Fix typo from node_modules to node-modules
...
Thanks to @arcresu for pointing out!
2015-04-30 10:10:28 +05:30
Goutham Veeramachaneni
7fd989641e
Update npmjs docs link
...
The previous link gives 404
2015-04-24 16:38:03 +05:30
Sebastian Blei
7e8db0da2c
Update Node.gitignore
...
Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
2015-02-19 09:20:28 +01:00
Carl Suster
cbe3b7bf37
Revert "Ignore npm-debug.log"
2015-01-24 15:43:52 +11:00
Jenrik
3c1fc5972a
Ignore npm-debug.log
...
Debug log from npm is now ignored
2015-01-02 01:38:25 +01:00
Carl Suster
137ea2e8ac
Merge pull request #1233 from stuartpb/patch-1
...
Restore original comment about node_modules
2014-11-12 18:54:40 +11:00
Stuart P. Bentley
9988b4bfe0
Let node_modules FAQ URL speak for itself
2014-11-11 23:47:18 -08:00
Stuart P. Bentley
e4e5da63fa
Explain .lock-wscript and move it
...
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/
2014-09-30 22:23:32 -07:00
Stuart P. Bentley
2d111edfb0
Restore original comment about node_modules
...
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.
2014-09-30 22:17:25 -07:00
Josh Whaley
5521a828aa
Update Node.gitignore
...
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- ).
2014-08-13 10:52:00 -04:00
Scott J. Roberts
446dae3d53
Adding .lock-wscript
2014-05-07 17:47:05 -04:00
cheddar
9390b1072d
Reintroduce link to npmjs
...
And remove my own opinions...
2014-04-04 17:33:30 -05:00