diff options
author | Keuin <[email protected]> | 2024-03-08 13:39:53 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-03-08 13:40:58 +0800 |
commit | 2da3d40c1a08d27f1cfa5e62657f9940c94cc758 (patch) | |
tree | 14aec57c64271db5bba33b8bc85f399e499edda8 /.gitignore |
Initial commitv0.1.0
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..56fad2d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +.code/ +.vscode/ |