問題タブ [git-ftp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
59 問題
0
投票する
0
に答える
220
参照
bitbucket-pipelines - .git-ftp-ignore ファイルがフォルダーを無視していない
プロジェクトのルートにフォルダーがありscss/
ます。最初のコミットでそのフォルダーを.git-ftp-ignore
ファイルに追加したため、機能していないため、そのフォルダーを PROD にプッシュするたびに再度アップロードされます。
Bitbucket パイプラインgit ftp
経由で使用しています
のように FTP キャッシュを消去する方法はありますgit rm -r --cached .
か?