.gitignore: ワークフロー定義ファイルをmainブランチから除外

u/ と workflows/f,u,g/ はsyncブランチがgit_syncで管理するため
mainブランチのローカル作業ディレクトリでは追跡しない

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Akira
2026-03-02 02:37:12 +09:00
parent da2466462e
commit 7102f0f553

7
.gitignore vendored
View File

@@ -50,3 +50,10 @@ workflows/.wmill/tmp/
!workflows/wmill.yaml !workflows/wmill.yaml
!workflows/wmill-lock.yaml !workflows/wmill-lock.yaml
__pycache__/ __pycache__/
# Windmill workflow definitions (managed by git_sync on sync branch)
# Local working directory should not track these on main
u/
workflows/f/
workflows/u/
workflows/g/