Hiding plugin changes from users

Well, I’d version control just the ‘custom’ folder which by default is a bunch of empty folders (which Git won’t even be willing to commit).

If you’re versioning the whole Repo, definitely ignore the backup, jobs, pythonsync, jobsArchived, reports, and bin folders. The ‘settings’ folder isn’t really developer focused, so I’d gitignore that one after the first commit so you’re not rebasing some old config file by accident.