Skip to content

Commit 425855a

Browse files
committed
fix: differentiate directories
1 parent 38502b2 commit 425855a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ make gen.all
3434
.
3535
├── buf.gen.yaml # Buf 관련 파일
3636
├── buf.yaml # Buf 관련 파일
37-
├── client # 프론트 코드 (Flutter)
37+
├── client/ # 프론트 코드 (Flutter)
3838
├── codecov.yml # 코드 커버리지 CI 설정 파일
39-
├── dbctl # 데이터베이스 파일을 업데이트하기 위한 CLI
40-
├── hooks # GitHub Hooks 설치 파일
41-
├── k8s # 쿠버네티스 yaml 파일
39+
├── dbctl/ # 데이터베이스 파일을 업데이트하기 위한 CLI
40+
├── hooks/ # GitHub Hooks 설치 파일
41+
├── k8s/ # 쿠버네티스 yaml 파일
4242
├── LICENSE
4343
├── Makefile # 메인 빌드툴
4444
├── okteto-pipeline.yaml # production 배포 파이프라인
4545
├── pr12er_diagram.drawio # 이 파일의 맨 위 그림을 담당
4646
├── pr12er_diagram.svg
4747
├── README.md
48-
├── server # 실제 백엔드 서버 (Go)
48+
├── server/ # 실제 백엔드 서버 (Go)
4949
├── skaffold.yaml # 개발용 skaffold 스펙
50-
├── thirdparty # Protocol Buffer Timestamp proto dependency
51-
└── tools # 빌드툴 관련 Dockerfile
50+
├── thirdparty/ # Protocol Buffer Timestamp proto dependency
51+
└── tools/ # 빌드툴 관련 Dockerfile
5252
```
5353

5454
## Design Docs

0 commit comments

Comments
 (0)