Skip to content

Commit

Permalink
Do not include lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
p3nGu1nZz committed Jun 14, 2024
1 parent 3ca96d9 commit 78ff76b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
gui/package-lock.json
gui/yarn.lock
3 changes: 3 additions & 0 deletions gui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Locks
yarn.lock

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down

0 comments on commit 78ff76b

Please sign in to comment.