forked from FrederikBaerentsen/BrickTracker
34 lines
265 B
Plaintext
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
|