BrickTracker/.dockerignore
2025-01-17 11:03:00 +01:00

34 lines
265 B
Plaintext

# Static files
static/instructions
static/minifigs
static/parts
static/sets
# Docker
Dockerfile
compose.yaml
# Documentation
LICENSE
*.md
*.sample
# Temporary
*.csv
# Database
*.db
# Python
**/__pycache__
*.pyc
# Git
.git
# IDE
.vscode
# Dev
test-server.sh