Files
portfolio-app/backend/.dockerignore
João Loureiro 4c426fb68c
Some checks failed
Build and Deploy to Production / deploy (push) Has been cancelled
fix: add Dockerfile and docker-compose configuration for backend and frontend services
2025-11-22 08:01:00 -03:00

38 lines
560 B
Plaintext

# Ignore common files that shouldn't be in the container
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/obj
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/.idea
**/.vs
**/.vscode
**/*.user
**/*.suo
**/*.userosscache
**/*.sln.docstates
# Include all .csproj files - they are needed for the build
!**/*.csproj
!**/*.sln
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**