Skip to content

Commit

Permalink
Merge pull request #9 from bzah/patch-1
Browse files Browse the repository at this point in the history
Update .gitignore - yarn cache dir
  • Loading branch information
garronej authored Nov 26, 2023
2 parents f84990f + 11f71c9 commit 0d2cc2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jspm_packages
# Optional npm cache directory
.npm

# yarn cache directory
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions


# Optional REPL history
.node_repl_history

Expand All @@ -44,4 +54,4 @@ jspm_packages

/build_keycloak
/build
/storybook-static
/storybook-static

0 comments on commit 0d2cc2c

Please sign in to comment.