Files
idea.llm.gitea.repo.docker.…/templates/dotnet/blazor/.dockerignore.template
2026-01-26 22:33:55 -06:00

35 lines
267 B
Plaintext

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