diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 1ef2a46..0000000 --- a/.dockerignore +++ /dev/null @@ -1,68 +0,0 @@ -# Git -.git -.gitignore -.gitattributes - -# IDE -.vscode -.idea -*.swp -*.swo -*~ -.cursor/ - -# OS -.DS_Store -Thumbs.db -desktop.ini - -# Logs -*.log -logs/ -data/logs/ -data/server.log - -# Database and runtime data -data/data.db -data/stats.json -data/ - -# Build artifacts -random-api-go.exe -random-api-go -random-api-test -*.exe - -# Node.js build artifacts (will be rebuilt in Docker) -web/node_modules/ -web/.next/ -web/out/ -web/.turbo/ - -# Go -vendor/ -*.test -*.prof - -# Docker -docker-compose*.yml -test-build.sh - -# Documentation -*.md -DOCKER_DEPLOYMENT.md - -# Environment and config -.env* -!.env.example - -# GitHub -.github/ - -# Misc -*.tmp -*.temp -.cache/ - -# README -README.md \ No newline at end of file