Browse Source

Add JetBrains IDE files to .gitignore (#1094)

For reference, this exists in other godotengine repositories. Examples:

* https://github.com/godotengine/godot/blob/master/.gitignore#L157
* https://github.com/godotengine/godot-docs/blob/master/.gitignore#L52
Russell Sanborn 1 năm trước cách đây
mục cha
commit
34d174e315
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -21,3 +21,6 @@ mono_crash.*.json
 .DS_Store
 *~
 *.blend1
+
+# Jetbrains IDE files
+.idea/