File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ make gen.all
34
34
.
35
35
├── buf.gen.yaml # Buf 관련 파일
36
36
├── buf.yaml # Buf 관련 파일
37
- ├── client # 프론트 코드 (Flutter)
37
+ ├── client/ # 프론트 코드 (Flutter)
38
38
├── codecov.yml # 코드 커버리지 CI 설정 파일
39
- ├── dbctl # 데이터베이스 파일을 업데이트하기 위한 CLI
40
- ├── hooks # GitHub Hooks 설치 파일
41
- ├── k8s # 쿠버네티스 yaml 파일
39
+ ├── dbctl/ # 데이터베이스 파일을 업데이트하기 위한 CLI
40
+ ├── hooks/ # GitHub Hooks 설치 파일
41
+ ├── k8s/ # 쿠버네티스 yaml 파일
42
42
├── LICENSE
43
43
├── Makefile # 메인 빌드툴
44
44
├── okteto-pipeline.yaml # production 배포 파이프라인
45
45
├── pr12er_diagram.drawio # 이 파일의 맨 위 그림을 담당
46
46
├── pr12er_diagram.svg
47
47
├── README.md
48
- ├── server # 실제 백엔드 서버 (Go)
48
+ ├── server/ # 실제 백엔드 서버 (Go)
49
49
├── skaffold.yaml # 개발용 skaffold 스펙
50
- ├── thirdparty # Protocol Buffer Timestamp proto dependency
51
- └── tools # 빌드툴 관련 Dockerfile
50
+ ├── thirdparty/ # Protocol Buffer Timestamp proto dependency
51
+ └── tools/ # 빌드툴 관련 Dockerfile
52
52
```
53
53
54
54
## Design Docs
You can’t perform that action at this time.
0 commit comments