fix: remove tests from git

This commit is contained in:
2025-11-13 12:17:04 +01:00
parent 6ca5decd91
commit 5a63d792fb
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
target/
tests/

View File

@@ -1,4 +0,0 @@
#[test]
fn test_true() {
assert!(true);
}