diff options
author | Keuin <[email protected]> | 2022-03-27 17:40:18 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-03-27 17:40:18 +0800 |
commit | aae1f386456a605c12263e2ba5f09dc36bb180b3 (patch) | |
tree | d125ec6c6ecc0e53389713578374b1f510e65416 /.gitignore |
Finally, it works.
Further cleanup work is needed.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..163e672 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea +.code + +/target
\ No newline at end of file |