Skip to content

Commit

Permalink
More precise gitignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 23, 2025
1 parent 3e40975 commit d71c806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target
Cargo.lock
/target/
/Cargo.lock
2 changes: 2 additions & 0 deletions tests/crate/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
/Cargo.lock

0 comments on commit d71c806

Please sign in to comment.