Some checks failed
Build and Deploy to Production / deploy (push) Has been cancelled
38 lines
560 B
Plaintext
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/** |