New .gitignore

Changed Cargo.lock
master
Алексей Алексей 2026-05-11 17:26:55 +10:00
parent d98286a64f
commit a352894552
2 changed files with 15 additions and 0 deletions

8
code/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
debug
target
**/*.rs.bk
*.pdb
**/mutants.out*/

7
code/Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "code"
version = "0.1.0"