diff options
| author | Fuwn <[email protected]> | 2022-12-29 08:42:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-12-29 08:42:17 +0000 |
| commit | 4742461cc8dcaca3f45a2da914fc66dad3fc2c5f (patch) | |
| tree | 34fa6d1d75253226b884fa278a969f01cccdd7f8 /.gitignore | |
| download | elem-0.1.0.tar.xz elem-0.1.0.zip | |
feat: initial releasev0.1.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02845bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Rust +target + +# CLion +.idea |