gitextract_dnyy_ypb/ ├── .dockerignore ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── go.mod ├── main.go └── nextjs/ ├── .gitignore ├── next-env.d.ts ├── next.config.js ├── package.json ├── pages/ │ ├── foo/ │ │ ├── bar.tsx │ │ └── index.tsx │ └── index.tsx └── tsconfig.json