diff options
author | Teddy Wing | 2020-06-22 20:03:53 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-22 20:03:53 +0200 |
commit | 4bfce426b7f7d0136bbff85865a8767ce587faea (patch) | |
tree | 275968639621291ea8a37f0c00a5085200990f51 /.gitignore | |
download | fastcgi-conduit-4bfce426b7f7d0136bbff85865a8767ce587faea.tar.bz2 |
Initialise new Rust v1.44.1 project
Created with:
$ cargo init --lib
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 |