Quellcode durchsuchen

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 vor 1 Jahr
Ursprung
Commit
34d174e315
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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