chore(gitignore): 워크트리 작업 디렉터리를 제외한다

This commit is contained in:
2026-04-10 19:53:10 +09:00
parent c0f5c9ca33
commit 37f2e3d45a

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ HELP.md
.gradle
.envrc
.omx/
.worktrees/
build/
!**/src/main/**/build/
!**/src/test/**/build/