diff options
author | Melody Horn <melody@boringcactus.com> | 2022-03-26 14:47:57 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-03-26 14:47:57 -0600 |
commit | 6f5772173e49f198a18652454ead2a02f8a942af (patch) | |
tree | a44c54c8f86bd14b5a5ffc8c7d4058f404623495 /.gitignore | |
download | kdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.tar.gz kdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.zip |
initial import
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 |