summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-09-07 02:47:53 +0800
committerKeuin <[email protected]>2022-09-07 02:47:53 +0800
commit88234ca8fffc4e120adbe0d38071b625ad2f43c7 (patch)
treeffc08a9ffa34e4de86178a6f54dde59d37707935 /.gitignore
parentb19b2841e1883f65f4a959c9a495057f67e4a9a2 (diff)
Update gitignore: ignoring vendor and IDE files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 66fd13c..87b5693 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,8 @@
*.out
# Dependency directories (remove the comment below to include it)
-# vendor/
+vendor/
+
+# IDE files
+.idea/
+.code/ \ No newline at end of file