瀏覽代碼

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 年之前
父節點
當前提交
34d174e315
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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