Remove .gitmodules file as it is no longer needed for the project configuration.

This commit is contained in:
hyeonggil
2026-04-11 19:36:07 +09:00
parent 76e52e195a
commit 6e34d266f9

7
.gitmodules vendored
View File

@@ -1,7 +0,0 @@
# 실제 프로젝트에서는 이 파일이 .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