diff options
author | Typhion <80718738+Typhion@users.noreply.github.com> | 2023-09-02 15:50:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 15:50:24 +0200 |
commit | 5c739f1b001c144d3fffafc8fe2c0dbc580852c5 (patch) | |
tree | 91fdd3fccf50f4290ec501495763ebe6f4753baf | |
parent | 9385ce7791ab408ad39e7ef2b208b9fab8182361 (diff) | |
parent | a6cb6afcc3df54ab720bd8a793cc777a264bfb07 (diff) |
Merge pull request #154 from OpenVicProject/clion-gitignore
changed gitignore to include CLion Idea folder
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |