Devin Dooley
10b26ce43d
Merge pull request #4693 from navan0/main
...
Update Node.gitignore
2025-09-02 09:48:33 -07:00
Navaneeth Anand
34336c9d62
refine Vite entries
2025-08-31 13:28:53 +05:30
Lumirelle
21d16ca45a
feat: support nuxt 4
2025-08-08 09:47:10 +08:00
Navaneeth Anand
4b7063c9d7
Update Node.gitignore
...
Add Vite-specific entries to Node.gitignore
2025-07-27 18:40:43 +05:30
Aaron Teo
de28afe56c
chore: revert .env.* changes
2025-06-27 00:55:10 +08:00
Aaron Teo
8c5178ac3a
chore: add trailing-slash to firebase
...
Co-authored-by: Devin Dooley <dooleydevin@github.com >
2025-06-26 21:04:59 +08:00
Aaron Teo
a2d805bcd3
chore: add trailing slash to svelte-kit
...
Co-authored-by: Devin Dooley <dooleydevin@github.com >
2025-06-26 21:04:44 +08:00
Aaron Teo
ad58833608
Merge branch 'main' into main
2025-06-26 21:04:22 +08:00
Daniel Johnson
57208bef83
Merge pull request #4332 from Quantalabs/main
...
Use yarn v3 instead of v2
2025-06-20 14:43:01 -07:00
Daniel Johnson
31dfd29895
Merge pull request #4250 from karlhorky/patch-1
...
Remove pnpm debug log
2025-06-13 14:41:09 -07:00
Daniel Johnson
c4d2f77d8b
Merge pull request #4234 from cyber-amr/main
...
Ignore all `.env` files in `Node.gitignore` and unignore `.env.example`
2025-06-13 14:34:41 -07:00
Daniel Johnson
f4715ab206
Merge pull request #4083 from agilgur5/remove-dated-microbundle-rpt2-ignores
...
clean: remove outdated `microbundle` cache directories
2025-06-13 14:19:41 -07:00
Aaron Teo
f3729339d6
Merge branch 'main' into main
2025-06-10 11:56:53 +08:00
Stanley M Ndagi
3800aff005
Update Node.gitignore
2024-12-23 14:16:03 +03:00
Stanley M Ndagi
47990e1d0a
Update Node.gitignore
2024-12-22 19:59:00 +03:00
Stanley M Ndagi
3aa43d9132
Update Node.gitignore
2024-12-22 18:10:41 +03:00
Stanley M Ndagi
5b3f2595ae
Update Node.gitignore
...
Include VitePress
2024-12-02 03:24:39 +03:00
QLabs
7fe0f4db6d
Use yarn v3 instead of v2
...
Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn
2023-07-27 21:00:23 -07:00
Aaron Teo
059d07f050
Update Node.gitignore
...
1. SvelteKit - added ignore for cache directory
2. .env.example - included for documentation
3. Vite - added ignore for log files
4. Firebase - added ignore for cache directory
2023-05-23 11:41:06 +08:00
Karl Horky
13048c4652
Remove pnpm debug log
...
- it is contained within `node_modules/`, which is already ignored
- the previous versions, which were not in `node_modules/`, did not have a period at the beginning of the filename
Changelog with proof here:
ba4b2db1f2/pnpm/CHANGELOG.md (L3330)
2023-03-09 11:56:06 +01:00
Spirit
a749c0ebf7
Unignore .env.example
...
b236e1717b
2023-01-25 14:36:04 +03:00
Spirit
31fc17b810
Re-add .env.*
...
It's not recommended to have multiple `.env` files in the same environment. But it's safer to ignore it just in case.
2023-01-25 14:12:30 +03:00
Spirit
97a5a643ec
Remove Ruby dotenv conventions
...
These are considered in the Ruby `dotenv` package not in the node's one
2023-01-25 13:50:41 +03:00
Anton Gilgur
f25639455e
clean: remove outdated microbundle cache directories
...
- microbundle hasn't used these directories in 3+ years
- d0e66da957
- and rollup-plugin-typescript2, which microbundle depends on and which
actually created the dirs, hasn't used them in ~3 years either
- ffda2e539b
- I help maintain rpt2 and formerly solo-maintained TSDX for ~1.5 years,
which, as a fork of microbundle, has similarly used those directories
in the past until I changed them
- 55c0d47c0b
2022-06-04 18:41:45 -04:00
Yangshun Tay
1d4e709db8
Add Docusaurus files to Node.gitignore
2021-12-23 14:53:27 +08:00
Malcolm
b461dc2650
Re-add .env to Node.gitignore
2021-12-11 15:37:31 +13:00
Brian Douglas
687e822167
Merge branch 'main' into patch-1
2021-12-04 16:03:19 -08:00
Brian Douglas
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
edc2325d8e
Add vuepress v2.x temp and cache directory
2021-09-12 23:10:01 +09:00
Ole-Martin Bratteng
49ec6fd170
feat(node): added .stylelintcache for stylelint
2021-09-12 03:02:20 +02:00
Martin Woodward
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
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
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
frederikhors
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
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