diff options
author | Keuin <[email protected]> | 2024-03-08 13:39:53 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-03-08 13:42:11 +0800 |
commit | 6ee1bbbd1c491f1a6972fd62cf8ab652d4e8a942 (patch) | |
tree | 14aec57c64271db5bba33b8bc85f399e499edda8 /.gitignore |
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/ |