Files
zkill-susser/.dockerignore
PhatPhuckDave c0dd32e90e Run nsq locally
http is a nightmare...
2026-01-25 12:54:51 +01:00

39 lines
456 B
Plaintext

# ClickHouse data (huge!)
clickhouse_data/
# Frontend (not needed for backend build)
frontend/
# Data directory (runtime data, not needed for build)
data/
nsq_data/
.cache
# Build artifacts
*.exe
*.log
mprocs.log
zkill.log
# Git
.git/
.gitignore
# Docker files (don't need to copy these)
Dockerfile
docker-compose.yml
docker-compose-development.yml
.dockerignore
# Build scripts
build.sh
# IDE files
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db