diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 13:24:21 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 13:24:21 +0200 |
| commit | 429c0c21c4232ff433074c7f5745f9a1ab09563f (patch) | |
| tree | 24d35fc551e1296312956b6c722e47d950c3963e /.gitignore | |
initial commit
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..1b89935 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +/Cargo.lock +/.vscode
\ No newline at end of file |
