pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
125 stars 19 forks source link

exclude files, for example, ledger database #315

Closed lvzx123 closed 7 months ago

lvzx123 commented 7 months ago

Maintaining multiversions of ledger database is kind of meaningless, and wastes storage. So the mod should have a way to exclude specific files in the server. I'm not sure if .gitignore can do it?

pcal43 commented 7 months ago

not sure what ledger database is. but yes, you can use .gitignore just like you would in any git repo.