我的项目用于git获取 bitbuckets 资源并git-ftp在 FTP 上部署构建。
我想要:
- 不跟踪源文件中的构建
- 不跟踪 ftp 上的源文件
- 仅跟踪
buildftp 上的文件夹
到目前为止,我有:
- 在
.gitignore:build - 在
.git-ftp-ignore:* - 在
.git-ftp-include:build/*
但是该命令git ftp push返回一条消息
There are no files to sync.
Last deployment changed from to b0d3d2797796a0bc3c47d0aa128a3abc4cbef9e5.