forked from VoxeLibre/VoxeLibre
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:
parent
556316ae34
commit
9fc27da873
|
@ -3,3 +3,4 @@
|
||||||
*.blend1
|
*.blend1
|
||||||
*.blend2
|
*.blend2
|
||||||
*.blend3
|
*.blend3
|
||||||
|
/.idea/
|
||||||
|
|
Loading…
Reference in New Issue