diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-02 04:18:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-02 04:26:09 +0200 |
commit | 263cb0a5e3cd7dffc8fd72b8492452a05d928734 (patch) | |
tree | fc12affd3ee294453febb973e4694aac0283ea82 /.gitignore |
Genesis commitv1.0.0
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 |