45 lines
605 B
Plaintext
45 lines
605 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.*
|
|
|
|
# build output
|
|
frontend/dist/
|
|
build/
|
|
/out/
|
|
|
|
# python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# env files (실 키는 커밋하지 않음 — .env.example 만 커밋)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# docker volume (로컬)
|
|
pgdata/
|
|
|
|
# 로컬 검증 전용 compose (서버에 가면 안 됨)
|
|
docker-compose.local.yml
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# secrets (구 firebase 잔재)
|
|
serviceAccount.json
|
|
.firebaserc
|