diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-05-22 15:58:34 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-05-22 15:59:00 +1200 |
commit | 204896ef6887969ac218fada7c5919ea4e275732 (patch) | |
tree | 0dd2c79e3a12eb60c95362372723c2a18c7c7820 /.gitignore | |
download | bedrock-asm-204896ef6887969ac218fada7c5919ea4e275732.zip |
Initial commit
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 |