3.0 .gitignore

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jarlowrey

Has the gitignore template changed for 3.0? What’s a good template to use?

:bust_in_silhouette: 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