diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-17 13:25:23 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-17 13:25:23 +0200 |
commit | dd95456ec490d9119274f31e2f4fc4d1679477fc (patch) | |
tree | 77c85ed94970517f4ba0bf33bbed0c9e4a7785af /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bb1a2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/target +.vscode/settings.json +.direnv + +# Added by cargo +# +# already existing elements were commented out + +#/target |