Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add .env to Node.gitignore | Malcolm | 2021-12-11 | 1 | -1/+2 |
| | |||||
* | Merge branch 'main' into patch-1 | Brian Douglas | 2021-12-04 | 1 | -3/+17 |
|\ | |||||
| * | Merge pull request #3829 from omBratteng/patch-1 | Brian Douglas | 2021-12-04 | 1 | -0/+3 |
| |\ | | | | | | | feat(node): added `.stylelintcache` for stylelint | ||||
| | * | feat(node): added `.stylelintcache` for stylelint | Ole-Martin Bratteng | 2021-09-12 | 1 | -0/+3 |
| | | | |||||
| * | | Add vuepress v2.x temp and cache directory | Lucien Zhang | 2021-09-12 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #3651 from kachick/node-ignore-envs | Martin Woodward | 2021-05-25 | 1 | -0/+1 |
| |\ | | | | | | | Ignore `.env.production` in Node.js | ||||
| | * | Just ignore `.env.production`, avoid to effect for `.env.example` | Kenichi Kamiya | 2021-02-28 | 1 | -1/+2 |
| | | | | | | | | | | | | https://github.com/github/gitignore/pull/3651/files#r576363678 | ||||
| | * | Ignore `.env.*` in Node.js | Kenichi Kamiya | 2021-02-16 | 1 | -1/+1 |
| | | | |||||
| * | | add pnpm debug file to Node.gitignore | Gerardyang | 2021-05-12 | 1 | -0/+1 |
| |/ | |||||
| * | Add .yarn/install-state.gz to Node.gitignore (#3407) | Jon Layton | 2020-05-14 | 1 | -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 Kesgar | 2020-04-29 | 1 | -0/+1 |
| | | |||||
| * | [Node] Add yarn v2 excludes (#3327) | ChiefORZ | 2020-03-11 | 1 | -0/+7 |
| | | |||||
| * | update parcel cache (#3331) | Simon Siefke | 2020-03-11 | 1 | -0/+1 |
| | | |||||
| * | Remote typings ignore from node gitignore (#3319) | Jeffrey Priebe | 2020-02-24 | 1 | -3/+0 |
| | | | | | | Similar to #2608, it's the defacto tsc way now for adding typings locally. | ||||
* | | Use real conventions | frederikhors | 2020-02-21 | 1 | -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 Strebezhev | 2020-02-19 | 1 | -0/+3 |
| | |||||
* | Ignore files inside `.vscode-test` (#3256) | Simon Siefke | 2019-12-16 | 1 | -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) | anishagg17 | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Comment out / add note about conflicting gitignore lines (#3204) | Karl Horky | 2019-10-24 | 1 | -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) | MCSH | 2019-10-03 | 1 | -0/+3 |
| | |||||
* | feat: Add microbundle cache (#3116) | Richie Bendall | 2019-09-21 | 1 | -0/+6 |
| | |||||
* | Ignore GatsbyJS files (#3180) | Imed Adel | 2019-09-16 | 1 | -0/+4 |
| | |||||
* | Update Node.gitignore (#2934) | Byeongguk Gong | 2019-05-12 | 1 | -0/+1 |
| | | | | | | * Update Node.gitignore * Fix coverage.lcov to *.lcov | ||||
* | Add .tsbuildinfo files to Node.gitignore (#3052) | Simon Siefke | 2019-05-10 | 1 | -0/+3 |
| | |||||
* | Update Node.gitignore (#3002) | Nicolas Del Valle | 2019-03-18 | 1 | -1/+0 |
| | |||||
* | Add lerna-debug.log to Node.gitignore (#3000) | Hannan Ali | 2019-03-14 | 1 | -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 Bendall | 2019-03-11 | 1 | -0/+3 |
| | | | | | | | | * [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex | ||||
* | Merge pull request #2908 from lmedson/env_test_ignore | Brendan Forster | 2018-12-18 | 1 | -0/+1 |
|\ | | | | | Add ignorer to .env.test variable in NodeJS | ||||
| * | Add ignorer to .env.test variable | lmedson | 2018-12-13 | 1 | -0/+1 |
| | | |||||
* | | fix wsp | Kenji Sakurada | 2018-12-16 | 1 | -2/+2 |
|/ | |||||
* | No need for .vscode line | Houssem Hajlaoui | 2018-10-27 | 1 | -3/+0 |
| | |||||
* | vscode, dynamodb, serverless folders | Houssem Hajlaoui | 2018-10-23 | 1 | -1/+7 |
| | |||||
* | Add support for FuseBox | Chris | 2018-10-20 | 1 | -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 gitignore | Adam Gauthier | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2560 from TennyZhuang/patch-2 | Brendan Forster | 2018-06-17 | 1 | -0/+3 |
|\ | | | | | Ignore parcel-bundler cache | ||||
| * | Merge branch 'master' into patch-2 | 庄天翼 | 2018-03-10 | 1 | -0/+3 |
| |\ | |||||
| * | | Ignore parcel-bundler cache | 庄天翼 | 2018-01-01 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'master' into patch-1 | Brendan Forster | 2018-06-17 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | Add .serverless to gitignore | Tejas Shah | 2018-05-27 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add Vuepress build defalult output Directory | segayuu | 2018-05-25 | 1 | -0/+3 |
| | | | | |||||
* | | | | Add exception for nuxt.js output | Jefry Dewangga | 2018-05-06 | 1 | -0/+3 |
|/ / / | |||||
* | / | Update Node.gitignore | gotonode | 2018-03-24 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Update Node.gitignore | Kyle Kelley | 2018-01-01 | 1 | -0/+2 |
|/ | |||||
* | Node - update Compiled binary addons link to https | Ricky de Laveaga | 2017-08-31 | 1 | -1/+1 |
| | | | | Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html | ||||
* | fix(Node): ignore yarn logs | Anders D. Johnson | 2017-02-09 | 1 | -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 directory | Brendan Forster | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into patch-3 | Brendan Forster | 2017-02-02 | 1 | -3/+16 |
|\ | |||||
| * | Merge pull request #2210 from mcandre/patch-1 | Brendan Forster | 2017-01-31 | 1 | -2/+2 |
| |\ | | | | | | | [Node] make directory rules explicit | ||||
| | * | fix gitignore syntax | Andrew Pennebaker | 2016-12-07 | 1 | -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-1 | Brendan Forster | 2017-01-28 | 1 | -0/+3 |
| |\ \ | | | | | | | | | Add bower dependency directory |