diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-09-16 10:51:39 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-09-16 10:51:39 -0300 |
commit | 134727652dc3a65bc5cf6a4d3cfb1c24fd023d5e (patch) | |
tree | af84264ada4c309cbf78a48e9030748a7ecac110 /.gitignore |
[Project] Soni's Serde Utilities
Some utilities for use with serde.
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 |