Skip to content

Commit

Permalink
chore: update .gitignore to include Yarn files and preserve specific …
Browse files Browse the repository at this point in the history
…directories
  • Loading branch information
hichemfantar committed Nov 20, 2024
1 parent 84f29eb commit 2460e9d
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 @@ -39,3 +39,12 @@ public/fonts/**/Optimistic_*.woff2

# rss
public/rss.xml

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit 2460e9d

Please sign in to comment.