Skip to content

Commit

Permalink
Prevent other lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Daweyy committed May 1, 2024
1 parent 68aa320 commit 85a6466
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production
Expand All @@ -23,3 +22,8 @@ pnpm-debug.log*
# IDE
.idea/
.vscode/

# prevent accidental commit of unsupported lockfiles
pnpm-lock.yaml
yarn.lock
package-lock.json

0 comments on commit 85a6466

Please sign in to comment.