Support for parsing .gitignore-like lists for include & ignore #218
Labels
backlog
client
Tasks related to the client code / configuration / handling
enhancement
server
Tasks related to the server code / configuration / handling
Milestone
Currently i'm using a private git server (in a gitbucket instance on my RPI3b+) to send my Fabric modpack to my friend.
Since i play with only one person (and the dedicated server) i think keeping a whole git server running is a bit overkill for it (and i use that only to host my modpack), that's why i'm interesting in moving back to ServerSync (used it back when i was using 1.8 and Forge).
But i became kinda addicted to the gitignore standard, and i want to ask if would be possible to make serversync able to parse
.gitignore
(or a plain-text file with other name but in the same internal format) files in same level of ServerSync .jar/.exe instead of need to rely entirely on config options (i read the wiki and think its kinda confusing because it separate files and directories list, while on.gitignore
files you can declare them together).Thanks in advance!
The text was updated successfully, but these errors were encountered: