update .gitignore to remove base files, so that they are available locally but aren't uploaded to the remote branch.
This commit is contained in:
parent
ca471dec4b
commit
392ed76cbf
|
@ -5,4 +5,7 @@
|
||||||
*.blend3
|
*.blend3
|
||||||
/.idea/
|
/.idea/
|
||||||
*.bak
|
*.bak
|
||||||
*.png~
|
*.png~
|
||||||
|
/mcl_bamboo/
|
||||||
|
/mcl_amethyst/
|
||||||
|
/mcl_crimson/
|
||||||
|
|
Loading…
Reference in New Issue