Skip to content

Commit

Permalink
Fix yarn ignore files (#222)
Browse files Browse the repository at this point in the history
Now when I run `yarn`, I don't see an updated .pnp.cjs file
  • Loading branch information
robarnold authored Oct 25, 2024
1 parent 0aaa89a commit 7352c49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7,489 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
.ansible_vault_password

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

# Kairos Factory dumps stuff under /build locally
/build
/build
Loading

0 comments on commit 7352c49

Please sign in to comment.