#Settting Up Github for Gamemaker Studio 2 project. Anything that should be in the .gitignore?

1 messages · Page 1 of 1 (latest)

half spade
#

Or is there a gms2 .gitignore file somewhere out there? thank you!

iron mesa
#

If you have extensions like GMLive or something. I would add that stuff to the file. The scripts can stay in but the program itself I ignore.

Also depends on if you have a public or private repository. If public then definitely ignore those. If private it is more preference

willow elm
#
*.yy linguist-language=JSON```
in `.gitattributes` is helpful
willow elm
#

doesn't report .yy files as Yacc in stats

#

without vs with

soft burrow
#

oh sweet!

rough bloom
#

it's been suggested to ignore the resource order file if you work with other people, so that you don't have conflicts if one person wants the asset browser in alphabetical order and another person doesnt

wise hamlet
#

what he said

half spade
#

Thanks for all the suggestions!