39 lines
456 B
Plaintext
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
|