Skip to content

Commit

Permalink
Update .gitignore file
Browse files Browse the repository at this point in the history
Added a new entry to the .gitignore file to exclude generated test files from version control. This ensures that these dynamically created files do not clutter up the repository and are not tracked unnecessarily.
  • Loading branch information
rrrodzilla committed May 31, 2024
1 parent cce5cf5 commit 6ec9c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.idea
/target
Cargo.lock

tests/generated_tests.rs

0 comments on commit 6ec9c27

Please sign in to comment.