#Settting Up Github for Gamemaker Studio 2 project. Anything that should be in the .gitignore?
1 messages · Page 1 of 1 (latest)
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
*.yy linguist-language=JSON```
in `.gitattributes` is helpful
What does this do?
oh sweet!
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
what he said
Thanks for all the suggestions!