BrickTracker/.dockerignore

37 lines
289 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
*.db-shm
*.db-wal
2025-01-17 11:03:00 +01:00
# Python
**/__pycache__
*.pyc
# Git
.git
# IDE
.vscode
# Dev
test-server.sh