Files
sample-nuxt-project/.gitmodules

8 lines
401 B
Plaintext

# 실제 프로젝트에서는 이 파일이 .gitmodules 로 생성됩니다.
# git submodule add <repo-url> .claude/common 명령 실행 후 자동 생성되며,
# 아래와 같은 형태로 저장됩니다. (샘플은 실제 submodule 이 아니므로 예시로 포함)
[submodule ".claude/common"]
path = .claude/common
url = http://gilnas.synology.me:3000/gil/fe-common-rules.git
branch = main