aboutsummaryrefslogtreecommitdiffstats
path: root/Node.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Re-add .env to Node.gitignoreMalcolm2021-12-111-1/+2
|
* Merge branch 'main' into patch-1Brian Douglas2021-12-041-3/+17
|\
| * Merge pull request #3829 from omBratteng/patch-1Brian Douglas2021-12-041-0/+3
| |\ | | | | | | feat(node): added `.stylelintcache` for stylelint
| | * feat(node): added `.stylelintcache` for stylelintOle-Martin Bratteng2021-09-121-0/+3
| | |
| * | Add vuepress v2.x temp and cache directoryLucien Zhang2021-09-121-0/+4
| |/
| * Merge pull request #3651 from kachick/node-ignore-envsMartin Woodward2021-05-251-0/+1
| |\ | | | | | | Ignore `.env.production` in Node.js
| | * Just ignore `.env.production`, avoid to effect for `.env.example`Kenichi Kamiya2021-02-281-1/+2
| | | | | | | | | | | | https://github.com/github/gitignore/pull/3651/files#r576363678
| | * Ignore `.env.*` in Node.jsKenichi Kamiya2021-02-161-1/+1
| | |
| * | add pnpm debug file to Node.gitignoreGerardyang2021-05-121-0/+1
| |/
| * Add .yarn/install-state.gz to Node.gitignore (#3407)Jon Layton2020-05-141-1/+1
| | | | | | | | | | | | | | | | | | 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)
| * Ignore Next.js `next export` result directory (#3387)Ted Kesgar2020-04-291-0/+1
| |
| * [Node] Add yarn v2 excludes (#3327)ChiefORZ2020-03-111-0/+7
| |
| * update parcel cache (#3331)Simon Siefke2020-03-111-0/+1
| |
| * Remote typings ignore from node gitignore (#3319)Jeffrey Priebe2020-02-241-3/+0
| | | | | | Similar to #2608, it's the defacto tsc way now for adding typings locally.
* | Use real conventionsfrederikhors2020-02-211-2/+4
|/ | | Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
* Add snowpack dependency directory (#3315)Igor Strebezhev2020-02-191-0/+3
|
* Ignore files inside `.vscode-test` (#3256)Simon Siefke2019-12-161-0/+3
| | | | | | | | * 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
* Update Node.gitignore (#3264)anishagg172019-12-161-1/+1
|
* Comment out / add note about conflicting gitignore lines (#3204)Karl Horky2019-10-241-4/+7
| | | | | | | | | * 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
* Added tern-port (#3195)MCSH2019-10-031-0/+3
|
* feat: Add microbundle cache (#3116)Richie Bendall2019-09-211-0/+6
|
* Ignore GatsbyJS files (#3180)Imed Adel2019-09-161-0/+4
|
* Update Node.gitignore (#2934)Byeongguk Gong2019-05-121-0/+1
| | | | | | * Update Node.gitignore * Fix coverage.lcov to *.lcov
* Add .tsbuildinfo files to Node.gitignore (#3052)Simon Siefke2019-05-101-0/+3
|
* Update Node.gitignore (#3002)Nicolas Del Valle2019-03-181-1/+0
|
* Add lerna-debug.log to Node.gitignore (#3000)Hannan Ali2019-03-141-0/+2
| | | 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.
* [Node] Ignore diagnostic report files (#2971)Richie Bendall2019-03-111-0/+3
| | | | | | | | * [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
* Merge pull request #2908 from lmedson/env_test_ignoreBrendan Forster2018-12-181-0/+1
|\ | | | | Add ignorer to .env.test variable in NodeJS
| * Add ignorer to .env.test variablelmedson2018-12-131-0/+1
| |
* | fix wspKenji Sakurada2018-12-161-2/+2
|/
* No need for .vscode lineHoussem Hajlaoui2018-10-271-3/+0
|
* vscode, dynamodb, serverless foldersHoussem Hajlaoui2018-10-231-1/+7
|
* Add support for FuseBoxChris2018-10-201-0/+3
| | | | | | | | | 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!
* Use https for gruntjs link in Node gitignoreAdam Gauthier2018-09-111-1/+1
|
* Merge pull request #2560 from TennyZhuang/patch-2Brendan Forster2018-06-171-0/+3
|\ | | | | Ignore parcel-bundler cache
| * Merge branch 'master' into patch-2庄天翼2018-03-101-0/+3
| |\
| * | Ignore parcel-bundler cache庄天翼2018-01-011-0/+2
| | |
* | | Merge branch 'master' into patch-1Brendan Forster2018-06-171-0/+6
|\ \ \
| * | | Add .serverless to gitignoreTejas Shah2018-05-271-0/+3
| | | |
| * | | Add Vuepress build defalult output Directorysegayuu2018-05-251-0/+3
| | | |
* | | | Add exception for nuxt.js outputJefry Dewangga2018-05-061-0/+3
|/ / /
* | / Update Node.gitignoregotonode2018-03-241-1/+1
| |/ |/|
* | Update Node.gitignoreKyle Kelley2018-01-011-0/+2
|/
* Node - update Compiled binary addons link to httpsRicky de Laveaga2017-08-311-1/+1
| | | | Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html
* fix(Node): ignore yarn logsAnders D. Johnson2017-02-091-0/+2
| | | This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
* added comment for typings directoryBrendan Forster2017-02-021-0/+2
|
* Merge branch 'master' into patch-3Brendan Forster2017-02-021-3/+16
|\
| * Merge pull request #2210 from mcandre/patch-1Brendan Forster2017-01-311-2/+2
| |\ | | | | | | [Node] make directory rules explicit
| | * fix gitignore syntaxAndrew Pennebaker2016-12-071-2/+2
| | | | | | | | | 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.
| * | Merge pull request #2157 from luiscoms/patch-1Brendan Forster2017-01-281-0/+3
| |\ \ | | | | | | | | Add bower dependency directory