Skip to content

Commit

Permalink
Add git ignore exceptions for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Aug 6, 2024
1 parent 359b4e7 commit 3f1d690
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ node_modules
**/*.map

!**/types/**/*.d.ts

# yarn ignores
# https://next.yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
# Prevent yarn releases to be ignored by earlier filter
!.yarn/releases/*.cjs
!.yarn/sdks
!.yarn/versions

0 comments on commit 3f1d690

Please sign in to comment.