diff options
author | Keuin <[email protected]> | 2024-02-24 02:46:28 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-02-24 03:06:16 +0800 |
commit | e670f5389171a7a124d990fe2093e1f9290eccfc (patch) | |
tree | 9c9b313db57159f019b2d4f5770ab7a2e1085fe5 /.gitignore |
Initial commit
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..983ca54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target + +.idea/ +.code/ +.vscode/ |