.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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -50,3 +50,10 @@ workflows/.wmill/tmp/
|
||||
!workflows/wmill.yaml
|
||||
!workflows/wmill-lock.yaml
|
||||
__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/
|
||||
|
||||
Reference in New Issue
Block a user