update .gitignore

Preventing .idea directories from being uploaded to the branches. 
Makes it easier for devs that use IntelliJ's IDEA. (at least 2 developers here currently use it)
This commit is contained in:
Michieal 2022-11-21 02:05:27 +00:00
parent 556316ae34
commit 9fc27da873
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*.blend1
*.blend2
*.blend3
/.idea/