diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-02 15:36:48 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-02 15:36:48 +0200 |
commit | 780a39264ec2f92d5aaea602252d72b09754d31f (patch) | |
tree | 90941cd5e7954c2b137a7bc2f42ba678779ffb55 /.gitignore | |
parent | ea61d3aef2946ec1d143ef2a9266c72b4e2a90b5 (diff) |
add gitignore
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 |