WIP: build production images
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s
This commit is contained in:
63
.dockerignore
Normal file
63
.dockerignore
Normal file
@@ -0,0 +1,63 @@
|
||||
# Build artifacts
|
||||
**/bin/
|
||||
**/obj/
|
||||
**/out/
|
||||
**/publish/
|
||||
|
||||
# IDE and editor files
|
||||
**/.vs/
|
||||
**/.vscode/
|
||||
**/.idea/
|
||||
**/.DS_Store
|
||||
**/*.user
|
||||
**/*.suo
|
||||
**/*.userosscache
|
||||
**/*.sln.docstates
|
||||
**/*.userprefs
|
||||
**/.fleet/
|
||||
|
||||
# Database files
|
||||
**/*.dbmdl
|
||||
**/*.jfm
|
||||
**/*.mdf
|
||||
**/*.ldf
|
||||
|
||||
# Temp and swap files
|
||||
**/*.swp
|
||||
**/*.swo
|
||||
**/*~
|
||||
**/*.tmp
|
||||
**/*.temp
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
|
||||
# Node modules (if any frontend dependencies)
|
||||
**/node_modules/
|
||||
|
||||
# Git files
|
||||
.git/
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.git-crypt/
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
**/*.md
|
||||
LICENSE
|
||||
|
||||
# Docker files
|
||||
docker-compose.yml
|
||||
docker-compose.*.yml
|
||||
**/Dockerfile
|
||||
**/.dockerignore
|
||||
|
||||
# Development databases
|
||||
docker/
|
||||
|
||||
# Test results
|
||||
**/TestResults/
|
||||
**/*.trx
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user