Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(.gitignore): ignore lock files (#8368)
Browse files Browse the repository at this point in the history
Two reasons:
1. Sometimes these accidentally make it into PRs  (e.g. #8344)
2. Some editor plugins (like the git in vscode) update very frequently causing these files to appear and disappear quickly in the sidebar whenever lean compiles which is annoying
  • Loading branch information
alexjbest committed Jul 19, 2021
1 parent ad7ab8d commit 739b353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ all.lean
/src/.noisy_files
*~
.DS_Store
*.lock

0 comments on commit 739b353

Please sign in to comment.