Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

I just tried it manually and it seems to ignore the .git directory. I think it’s safe to assume it ignores all “hidden directories” (ones starting with a period ‘.’). I tried this on Linux, not sure if it works differently on other platforms.

I’d suggest you try it yourself, to confirm in your current setup if it works the same way. You can do this by going to an empty folder and initialising a git project (git init) then push that folder with butler, and download the uploaded zip file. In my case, the zip file was empty.

Thank you. Now my primary system is currently Windows 10, since sine Windows uses the "h" attribute to hide files I should (I guess) sort out of butler takes this into account, although in my many years that I was a Mac user and thus in a Unix environment I've gone to like the Unix approach to many things more... All my own programs consider the . prefix as hidden now, but that doesn't mean others follow suit.
Since I guess butler was written in Go if I wasn't mistaken, I guess it will work the same in Windows.... Thank you for trying this out for me ;)