✨ feat: 공통 Skill 관리 및 링크 스크립트 추가
This commit is contained in:
7
examples/sample-nuxt-project/.gitmodules.example
Normal file
7
examples/sample-nuxt-project/.gitmodules.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 실제 프로젝트에서는 이 파일이 .gitmodules 로 생성됩니다.
|
||||
# git submodule add <repo-url> .claude/common 명령 실행 후 자동 생성되며,
|
||||
# 아래와 같은 형태로 저장됩니다. (샘플은 실제 submodule 이 아니므로 예시로 포함)
|
||||
[submodule ".claude/common"]
|
||||
path = .claude/common
|
||||
url = git@github.com:<your-org>/fe-common-rules.git
|
||||
branch = main
|
||||
Reference in New Issue
Block a user