mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
add yarn2 files to .gitignore
This commit is contained in:
parent
d8bd82570d
commit
f1d6f5edaa
@ -254,3 +254,19 @@ typings/
|
|||||||
.dynamodb/
|
.dynamodb/
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/node
|
# End of https://www.gitignore.io/api/node
|
||||||
|
|
||||||
|
### yarn ###
|
||||||
|
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
|
||||||
|
|
||||||
|
# .yarn/unplugged and .yarn/build-state.yml should likely always be ignored since
|
||||||
|
# they typically hold machine-specific build artifacts. Ignoring them might however
|
||||||
|
# prevent Zero-Installs from working (to prevent this, set enableScripts to false).
|
||||||
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
||||||
|
|
||||||
|
# .yarn/cache and .pnp.* may be safely ignored, but you'll need to run yarn install
|
||||||
|
# to regenerate them between each branch switch.
|
||||||
|
# Uncomment the following lines if you're not using Zero-Installs:
|
||||||
|
.yarn/cache
|
||||||
|
.pnp.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user