summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2024-01-20 00:37:36 +0800
committerKeuin <[email protected]>2024-01-20 01:44:12 +0800
commite3d0f924a416365ea12d8ace8569664cbb09dba5 (patch)
tree662d352bc0e2a5f2fdf404d566b2381a3ea9927a /.gitignore
initial versionHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8d915de
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.idea/
+.code/
+.vscode/
+
+/target
+
+src/header \ No newline at end of file