diff options
author | Melody Horn <melody@boringcactus.com> | 2021-12-03 19:33:19 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-12-03 19:33:19 -0700 |
commit | 7cc6b6414d30e95e763baadee2f493c8f69329ac (patch) | |
tree | c0315d4c9d46caee9a96ee681a0be0a8b9960b7b /.gitignore | |
download | queue-go-brrr-7cc6b6414d30e95e763baadee2f493c8f69329ac.tar.gz queue-go-brrr-7cc6b6414d30e95e763baadee2f493c8f69329ac.zip |
piss
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e30131 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/target +**/*.rs.bk +Cargo.lock +bin/ +pkg/ +wasm-pack.log |