Initial Commit
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
// 검색 오염 방지: junction(스킬 repo 전체가 딸려옴)·대용량 문서·생성물 제외
|
||||
"search.exclude": {
|
||||
"**/.claude/skills": true,
|
||||
"**/docs-lib": true,
|
||||
"**/.specify": true,
|
||||
"**/dist": true,
|
||||
"**/coverage": true
|
||||
},
|
||||
// 파일 감시도 같은 대상 제외 (junction 순환·불필요한 리로드 방지)
|
||||
"files.watcherExclude": {
|
||||
"**/.claude/skills/**": true,
|
||||
"**/docs-lib/**": true,
|
||||
"**/.specify/**": true,
|
||||
"**/node_modules/**": true,
|
||||
"**/dist/**": true
|
||||
},
|
||||
"files.encoding": "utf8"
|
||||
}
|
||||
Reference in New Issue
Block a user