Skip to content

Commit

Permalink
fix: differentiate directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Oct 3, 2021
1 parent 38502b2 commit 425855a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ make gen.all
.
├── buf.gen.yaml # Buf 관련 파일
├── buf.yaml # Buf 관련 파일
├── client # 프론트 코드 (Flutter)
├── client/ # 프론트 코드 (Flutter)
├── codecov.yml # 코드 커버리지 CI 설정 파일
├── dbctl # 데이터베이스 파일을 업데이트하기 위한 CLI
├── hooks # GitHub Hooks 설치 파일
├── k8s # 쿠버네티스 yaml 파일
├── dbctl/ # 데이터베이스 파일을 업데이트하기 위한 CLI
├── hooks/ # GitHub Hooks 설치 파일
├── k8s/ # 쿠버네티스 yaml 파일
├── LICENSE
├── Makefile # 메인 빌드툴
├── okteto-pipeline.yaml # production 배포 파이프라인
├── pr12er_diagram.drawio # 이 파일의 맨 위 그림을 담당
├── pr12er_diagram.svg
├── README.md
├── server # 실제 백엔드 서버 (Go)
├── server/ # 실제 백엔드 서버 (Go)
├── skaffold.yaml # 개발용 skaffold 스펙
├── thirdparty # Protocol Buffer Timestamp proto dependency
└── tools # 빌드툴 관련 Dockerfile
├── thirdparty/ # Protocol Buffer Timestamp proto dependency
└── tools/ # 빌드툴 관련 Dockerfile
```

## Design Docs
Expand Down

0 comments on commit 425855a

Please sign in to comment.