first pass
This commit is contained in:
34
templates/dotnet/blazor/.dockerignore.template
Normal file
34
templates/dotnet/blazor/.dockerignore.template
Normal file
@@ -0,0 +1,34 @@
|
||||
bin
|
||||
obj
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.local
|
||||
*.tar
|
||||
*.tar.gz
|
||||
|
||||
# IDE
|
||||
.vs
|
||||
.vscode
|
||||
.idea
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# Build
|
||||
publish
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
README.DOCKER.md
|
||||
docs
|
||||
|
||||
# Docker files
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
docker-deployment.json
|
||||
*.ps1
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs
|
||||
Reference in New Issue
Block a user