Use .pleskignore File (Best for Plesk Git Integration) Plesk supports a .pleskignore file, similar to .gitignore. Add a .pleskignore file at the root of your repo and specify the folder to exclude
sql/
This ensures that the sql/ folder is ignored when deploying via Plesk’s Git integration
Use .gitignore and Keep SQL Files Locally If you're using Git for Plesk deployment, you can add sql/ to .gitignore