Skip to content

Commit

Permalink
refactor: update .gitignore to include all of .yarn files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Mar 5, 2024
1 parent 66fd022 commit d71311e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ typings/
# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test
Expand Down Expand Up @@ -270,6 +273,8 @@ gradle-app.setting

# Output of 'npm pack'

# Yarn Integrity file

# dotenv environment variables file

# parcel-bundler cache (https://parceljs.org/)
Expand Down Expand Up @@ -353,6 +358,10 @@ Temporary Items

# End of https://www.toptal.com/developers/gitignore/api/node,reactnative

# Yarn
.yarn/*


# Local Netlify folder
.netlify

Expand Down

0 comments on commit d71311e

Please sign in to comment.