Skip to content

Commit

Permalink
Gitignore: Ignore lock files (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Nov 24, 2022
1 parent 1fe0b90 commit fec768f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# Lock files
package-lock.json
yarn.lock

0 comments on commit fec768f

Please sign in to comment.