It would be nice if there was a way to manage a list of files and folders that we never want to sync (especially push) to Kinsta. I know about the option to manually deselect files and folders that I want to exclude, which is nice, but also a bit tedious for some files and folders that should never be pushed. A good example for that is the .node_modules
folder.
It would be awesome if we could optionally include a .kinstaignore
file, where we could manage a list of exclusions, much like a .gitignore
file. That is something we could keep in a git repo, so all of our developers exclude the same files and folders when pushing.