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
This commit is contained in:
Russell Sanborn 2024-07-26 10:44:57 -05:00 committed by GitHub
parent 3265d3fcd4
commit 34d174e315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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