aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author Frédéric Van Aken <fredericva@live.be>2023-09-02 15:44:34 +0200
committer Frédéric Van Aken <fredericva@live.be>2023-09-02 15:44:34 +0200
commita6cb6afcc3df54ab720bd8a793cc777a264bfb07 (patch)
tree91fdd3fccf50f4290ec501495763ebe6f4753baf /.gitignore
parent9385ce7791ab408ad39e7ef2b208b9fab8182361 (diff)
changed gitignore to include CLion Idea folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d8b9d7f..06fc159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,4 +73,7 @@ bin/*
.DS_Store
*.translation
-!game/common/map/*.obj \ No newline at end of file
+!game/common/map/*.obj
+
+# JetBrains
+.idea \ No newline at end of file