chore: setup worktree script

This commit is contained in:
Abhishek Kumar 2026-06-30 15:59:18 +05:30
parent 982030d26e
commit 2249d944f3
5 changed files with 66 additions and 4 deletions

View file

@ -4,6 +4,6 @@
"git.worktreeIncludeFiles": [
"api/.env",
"api/.env.test",
"ui/.env.local"
"ui/.env"
]
}