diff options
author | HampusM <hampus@hampusmat.com> | 2023-04-15 13:20:17 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-06 17:03:10 +0200 |
commit | da509c366972ac6d423f95732cd3d319a2265841 (patch) | |
tree | 0d67a8b6b31c6f37243032a625d827720ff009d5 /.gitignore | |
parent | 41c0c811e461cf2edbe09237fa7880d0007c6c15 (diff) |
add project base
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock |