Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

YYP Maker

GameMaker project repairing tool · By Sohom Sahaun

Quick tip if you use Git Sticky

A topic by fryman22 created Dec 01, 2020 Views: 546
Viewing posts 1 to 1
(+1)

To prevent Git from  noticing changes from the YYP Maker's logs and deleted files, add the line to your .gitignore file:

  • ___yyp_maker_trash

This will save you time from having to discard the files created and moved by YYP Maker.

If you wish to see the changes not staged for commit, you can change the ignore flag on status:

  • git status --ignored