Skip to content

Commit

Permalink
Remove Cargo.lock from .gitignore
Browse files Browse the repository at this point in the history
This change ensures Cargo.lock is tracked by Git for better reproducibility of Rust dependencies. Keeping this file in version control helps in maintaining consistent builds across different environments.
  • Loading branch information
geonaumov committed Oct 20, 2024
1 parent 57c7039 commit 26abd07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target
rss_feeds.db
config.json
launch.json
Cargo.lock
launch.json

0 comments on commit 26abd07

Please sign in to comment.