Skip to content

Commit

Permalink
MOON-449: Update gitignore to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffffelix committed Nov 14, 2024
1 parent 6405912 commit da04b84
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,14 @@ typings/
# Output of 'npm pack'
*.tgz

# Yarn
# Yarn Integrity file
.yarn-integrity
.yarn/unplugged
.yarn/install-state.gz

# Yarn 4
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

# dotenv environment variables file
.env
Expand Down

0 comments on commit da04b84

Please sign in to comment.