diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 17:04:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 17:04:54 -0700 |
commit | 7252ff9d884a6a19502abc405f8af400c5815f2d (patch) | |
tree | c0a9be24f019ea07e167bf6e455bad0bc810c53f /rust | |
parent | 3135ab6a27bb2170477bc425e46826d7b4e41754 (diff) | |
download | fatcat-7252ff9d884a6a19502abc405f8af400c5815f2d.tar.gz fatcat-7252ff9d884a6a19502abc405f8af400c5815f2d.zip |
add missing fatcat-api-spec .gitignore
Diffstat (limited to 'rust')
-rw-r--r-- | rust/fatcat-api-spec/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/fatcat-api-spec/.gitignore b/rust/fatcat-api-spec/.gitignore new file mode 100644 index 00000000..a9d37c56 --- /dev/null +++ b/rust/fatcat-api-spec/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock |