diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-07-28 17:06:56 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-07-28 17:06:56 +0200 |
commit | d19420bb8a07a5ff692b2fca126ba43093b36502 (patch) | |
tree | 9c88955764cf44b0fce75df6e4c32670288bde0d /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4b73a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +Cargo.lock +.envrc |