From bb8c011062637a82b6b6601b2725cd7510532072 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 14 Jun 2025 17:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=86=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84.dockerignore=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=B8=85=E7=90=86=E9=A1=B9=E7=9B=AE=E4=B8=AD=E7=9A=84=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BC=98=E5=8C=96Docker?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=BF=87=E7=A8=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 68 --------------------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 .dockerignore 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