Majic-Jungle / sapiens-mod-creation

Official tools and examples for mod creation in the game Sapiens
MIT License
54 stars 12 forks source link

.modignore or similar #29

Open SirLich opened 1 year ago

SirLich commented 1 year ago

I have quite a lot of junk in my repositories, which are useful for development, but don't need to be uploaded (or downloaded!) to the steam workshop.

Now, I could of course copy these files OUT of the mod before uploading (or delete them, and restore them using git), but this is fairly effortful, and error prone.

Here is a short list of files I don't want included:

My suggestion is a file using the same syntax as .gitignore. Or if this feels too effortful, allow me to place a simple .modignore file in a folder, to mark it as "not for upload".

Although I assume you just zip it all up, so maybe ANY modifications are effortful?

I'm just conscious of peoples download sizes.