From a5438976eb88adbb1a6e1157c7048596c13a002c Mon Sep 17 00:00:00 2001 From: Verum Date: Thu, 19 Mar 2026 16:25:24 +0700 Subject: [PATCH] 5 --- backend/.dockerignore | 148 +---------------------------------------- frontend/.dockerignore | 148 +---------------------------------------- 2 files changed, 5 insertions(+), 291 deletions(-) diff --git a/backend/.dockerignore b/backend/.dockerignore index b7508fd..fb6fc59 100644 --- a/backend/.dockerignore +++ b/backend/.dockerignore @@ -1,147 +1,5 @@ -# ============================================================================ -# Git & Version Control -# ============================================================================ -.git -.gitea -.github -.gitlab -.gitattributes -.gitignore -.pre-commit-config.yaml - -# ============================================================================ -# IDE & Editor -# ============================================================================ -.vscode/ -.idea/ -*.swp -*.swo -*~ -.DS_Store -Thumbs.db -*.sublime-project -*.sublime-workspace -.editorconfig - -# ============================================================================ -# Documentation & Configuration -# ============================================================================ -README.md -CHANGELOG.md -ARCHITECTURE.md -DEVELOPMENT.md -LICENSE -LICENSE.md -CONTRIBUTING.md -.prettierrc* -.eslintrc* -.stylelintrc* - -# ============================================================================ -# Build & Distribution -# ============================================================================ -dist/ -build/ -out/ -coverage/ -.next/ -.nuxt/ -*.tsbuildinfo - -# ============================================================================ -# Testing -# ============================================================================ -__tests__/ -__test__/ -test/ -tests/ -*.test.js -*.spec.js -.coverage -.nyc_output/ -jest.config.js -karma.conf.js - -# ============================================================================ -# Environment & Secrets -# ============================================================================ +node_modules +dist +npm-debug.log .env .env.local -.env.*.local -.env.test -.env.production -.envrc -.env-cmdrc.json -.secrets/ -*.pem -*.key -*.crt -*.p12 -*.pfx - -# ============================================================================ -# Temporary & Cache Files -# ============================================================================ -tmp/ -temp/ -.tmp/ -.cache/ -*.tmp -*.temp -.DS_Store -Thumbs.db -ehthumbs.db - -# ============================================================================ -# Logs -# ============================================================================ -*.log -logs/ -log/ - -# ============================================================================ -# Database & Data -# ============================================================================ -postgres_data/ -database_backups/ -*.db -*.sqlite -*.sqlite3 -*.sql -*.sql.gz - -# ============================================================================ -# Docker & Container Files (these files should not be in the container) -# ============================================================================ -Dockerfile -docker-compose*.yml -.dockerignore -.docker/ - -# ============================================================================ -# CI/CD -# ============================================================================ -.github/ -.gitlab-ci.yml -.circleci/ -Jenkinsfile -.travis.yml -.appveyor.yml -azure-pipelines.yml -.drone.yml - -# ============================================================================ -# Misc -# ============================================================================ -tsconfig.json -babel.config.js -webpack.config.js -rollup.config.js -gulpfile.js -Makefile -.nvmrc -.node-version -.npmrc - - -node_modules diff --git a/frontend/.dockerignore b/frontend/.dockerignore index b7508fd..b6dddf6 100644 --- a/frontend/.dockerignore +++ b/frontend/.dockerignore @@ -1,147 +1,3 @@ -# ============================================================================ -# Git & Version Control -# ============================================================================ -.git -.gitea -.github -.gitlab -.gitattributes -.gitignore -.pre-commit-config.yaml - -# ============================================================================ -# IDE & Editor -# ============================================================================ -.vscode/ -.idea/ -*.swp -*.swo -*~ -.DS_Store -Thumbs.db -*.sublime-project -*.sublime-workspace -.editorconfig - -# ============================================================================ -# Documentation & Configuration -# ============================================================================ -README.md -CHANGELOG.md -ARCHITECTURE.md -DEVELOPMENT.md -LICENSE -LICENSE.md -CONTRIBUTING.md -.prettierrc* -.eslintrc* -.stylelintrc* - -# ============================================================================ -# Build & Distribution -# ============================================================================ -dist/ -build/ -out/ -coverage/ -.next/ -.nuxt/ -*.tsbuildinfo - -# ============================================================================ -# Testing -# ============================================================================ -__tests__/ -__test__/ -test/ -tests/ -*.test.js -*.spec.js -.coverage -.nyc_output/ -jest.config.js -karma.conf.js - -# ============================================================================ -# Environment & Secrets -# ============================================================================ -.env -.env.local -.env.*.local -.env.test -.env.production -.envrc -.env-cmdrc.json -.secrets/ -*.pem -*.key -*.crt -*.p12 -*.pfx - -# ============================================================================ -# Temporary & Cache Files -# ============================================================================ -tmp/ -temp/ -.tmp/ -.cache/ -*.tmp -*.temp -.DS_Store -Thumbs.db -ehthumbs.db - -# ============================================================================ -# Logs -# ============================================================================ -*.log -logs/ -log/ - -# ============================================================================ -# Database & Data -# ============================================================================ -postgres_data/ -database_backups/ -*.db -*.sqlite -*.sqlite3 -*.sql -*.sql.gz - -# ============================================================================ -# Docker & Container Files (these files should not be in the container) -# ============================================================================ -Dockerfile -docker-compose*.yml -.dockerignore -.docker/ - -# ============================================================================ -# CI/CD -# ============================================================================ -.github/ -.gitlab-ci.yml -.circleci/ -Jenkinsfile -.travis.yml -.appveyor.yml -azure-pipelines.yml -.drone.yml - -# ============================================================================ -# Misc -# ============================================================================ -tsconfig.json -babel.config.js -webpack.config.js -rollup.config.js -gulpfile.js -Makefile -.nvmrc -.node-version -.npmrc - - node_modules +dist +npm-debug.log