Ben Rolfe 🌳 on Nostr: Hey brains trust, I have a git question. For ICBM, I don't want to sync my story ...
Hey brains trust, I have a git question. For ICBM, I don't want to sync my story folder, because that has all my testing crap in it, and I don't want that to be in the repo, so I added it to my gitignore.
BUT now if anyone downloads the ICBM base project and sets up their own git for their project, that gitignore will now be in *their* project and unless they edit it, they won't be syncing *their* story folder, and that's catastrophic.
Is there a way I can stop MY story folder from syncing without including the rule in the project?
#git #GodotEngine #GameDev
BUT now if anyone downloads the ICBM base project and sets up their own git for their project, that gitignore will now be in *their* project and unless they edit it, they won't be syncing *their* story folder, and that's catastrophic.
Is there a way I can stop MY story folder from syncing without including the rule in the project?
#git #GodotEngine #GameDev