BrickTracker/.dockerignore

35 lines
271 B
Plaintext
Raw Permalink Normal View History

2025-01-17 11:03:00 +01:00
# Static files
static/instructions
static/minifigs
static/parts
static/sets
# Docker
Dockerfile
compose.yaml
# Documentation
docs/
2025-01-17 11:03:00 +01:00
LICENSE
*.md
*.sample
# Temporary
*.csv
# Database
*.db
# Python
**/__pycache__
*.pyc
# Git
.git
# IDE
.vscode
# Dev
test-server.sh