25 lines
250 B
Plaintext
25 lines
250 B
Plaintext
.git
|
|
.gitignore
|
|
.env
|
|
.env.local
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Documentation (keep README.md for the site if needed)
|
|
README.DOCKER.md
|
|
docs
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
docker-deployment.json
|
|
*.ps1
|
|
|
|
# Logs
|
|
*.log
|