unifi-access-airbnb/.dockerignore

29 lines
276 B
Plaintext

# Ignore log files
*.log
logs/
# Ignore git
.git
.gitignore
# Ignore Docker files
Dockerfile
docker-compose.yml
.dockerignore
# Ignore Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
# Ignore OS files
.DS_Store
Thumbs.db