# 빌드 컨텍스트에서 뺄 것들. node_modules/target을 넣으면 전송만 수백 MB 늘고,
# 컨테이너 안에서 어차피 새로 만든다.
target/
frontend/node_modules/
frontend/node/
frontend/.vite/
src/main/resources/static/
.git/
.idea/
.superpowers/
*.iml

# 로컬 실행용 스크립트에는 DB 비밀번호가 들어 있다. 이미지에 절대 넣지 않는다.
run-local.ps1
archive-smoke.ps1
.env
