diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-12 18:56:57 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-12 18:56:57 +0200 |
commit | cc15565200b0d529b992114791858279ccc38e38 (patch) | |
tree | a80ef9b337a00c48e06c336d32cbc73981b1e88f /.gitignore | |
parent | 332edd225029a81cace603ebc578b8e685527825 (diff) | |
download | GT5-Unofficial-cc15565200b0d529b992114791858279ccc38e38.tar.gz GT5-Unofficial-cc15565200b0d529b992114791858279ccc38e38.tar.bz2 GT5-Unofficial-cc15565200b0d529b992114791858279ccc38e38.zip |
Cleaned up and added comments to lang file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1c2ddc9783..86f8d9a9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,9 @@ usernamecache.json /saves/
/config/
+# intellij related things
+.idea/dictionaries/*
+
# other stuff
eclipse/
eclipse/*
|