![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | jarlowrey |
Has the gitignore template changed for 3.0? What’s a good template to use?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | jarlowrey |
Has the gitignore template changed for 3.0? What’s a good template to use?
![]() |
Reply From: | kidscancode |
I’ve just been using this:
.DS_Store
*~
.import/
logs/
How about *.import
?
jarlowrey | 2018-02-12 15:39
You shouldn’t ignore those, they contain the import settings for the individual textures, sounds, etc.
kidscancode | 2018-02-12 15:52
Might add *.translation if importing translation sheet from CSV.
Xrayez | 2018-10-15 16:18