diff --git a/.stignore b/.stignore new file mode 100644 index 00000000..ddc242a2 --- /dev/null +++ b/.stignore @@ -0,0 +1,75 @@ +// ============================================ +// Syncthing ignore patterns for INVYONE +// ============================================ +// 이 파일 자체는 폴더 메타데이터로 취급되어 모든 디바이스에 자동 적용됨. +// 새 패턴 추가 후엔 GUI에서 "Rescan" 한 번 해주면 적용 빠름. + +// ── OS / 에디터 쓰레기 ───────────────────── +.DS_Store +Thumbs.db +desktop.ini +*.swp +*.swo +*~ +.idea +.vscode/.history + +// ── 의존성 (디바이스마다 npm install) ────── +node_modules +.pnpm-store +.yarn/cache +.yarn/install-state.gz + +// ── 빌드 산출물 ───────────────────────── +.next +out +dist +build +target +.turbo +.svelte-kit +.nuxt +.parcel-cache +.cache +.eslintcache +*.tsbuildinfo + +// ── 로그 ────────────────────────────── +*.log +logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +// ── 테스트 커버리지 ───────────────────── +coverage +.nyc_output + +// ── Python ──────────────────────────── +__pycache__ +*.pyc +.pytest_cache +.venv +venv + +// ── 디바이스별 환경변수 (있으면 PC마다 다름) ── +.env.local +.env.*.local +.env.development.local +.env.production.local + +// ── OS-specific 심볼릭 링크 ─────────────── +// _pipeline은 macOS 절대경로(/Users/gbpark/...)로 걸려있음 +_pipeline + +// ── 백업 폴더 (필요하면 빼도 됨) ─────────── +_backup +_pipeline_backup + +// ── 머신별 로컬 설정 (agent-pipeline 등) ─── +_local + +// ── Syncthing 자체 메타 ───────────────── +.stversions +.stfolder