Skip to content

Commit

Permalink
add pnpm to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanDris committed Aug 24, 2024
1 parent 5defaeb commit ac748cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

pnpm-lock.yaml

# dependencies
/node_modules
/.pnp
Expand All @@ -22,4 +24,4 @@ Programming/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.env

0 comments on commit ac748cb

Please sign in to comment.