diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-01-12 22:15:26 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-01-12 22:15:26 -0300 |
commit | bcdba3431c72cd0804d9a95972a907b828fb5fad (patch) | |
tree | 210f263e64f5e90726fcf92ec60eb088711787d4 /.gitignore |
Prepare VM design
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..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |