My project uses git to source on bitbuckets and git-ftp to deploy the build on an FTP.
I want to:
- not track the build in the source file
- not track the source file on the ftp
- track only the
buildfolder on the ftp
By now I have:
- In
.gitignore:build - In
.git-ftp-ignore:* - In
.git-ftp-include:build/*
But the command git ftp push return an message
There are no files to sync.
Last deployment changed from to b0d3d2797796a0bc3c47d0aa128a3abc4cbef9e5.