diff options
| author | Nathan Lee <me@nwlee.tech> | 2026-07-19 22:05:04 -0500 |
|---|---|---|
| committer | Nathan Lee <me@nwlee.tech> | 2026-07-19 22:05:04 -0500 |
| commit | c17f8ff8cd1ce96932b1fea9d9a1e80c9e81797d (patch) | |
| tree | aa0c7c14892468603a611712b6b6044d7cdeb08e /.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..d3611fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +/.idea +Cargo.lock
\ No newline at end of file |
