diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-12 20:17:37 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-12 20:17:37 +0100 |
commit | 9e99dbb543ab92762b8c92f1d0ada9c99d7167c9 (patch) | |
tree | 7c6cd4899615acdfa27fcea86f217cba52b100cf /.gitignore | |
parent | 9d3694c18d141d1ddffec4fc49a7d340bfdb5d3f (diff) |
add project & mock macro
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 |