auf docker umgestellt

This commit is contained in:
rxf
2025-09-24 14:53:28 +02:00
parent 2f4265c438
commit 1966983d8b
4 changed files with 386 additions and 0 deletions

61
JS/.dockerignore Normal file
View File

@@ -0,0 +1,61 @@
# Observatory Simulation - Docker Ignore File
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime und Logs
*.log
logs/
pids/
lib-cov/
coverage/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE und Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Docker files (vermeiden von rekursivem Kopieren)
Dockerfile*
docker-compose*.yml
.dockerignore
# Dokumentation (nicht für Runtime benötigt)
README.md
*.md
# Development Tools
.eslintrc*
.prettierrc*
jest.config.js
webpack.config.js
# Backup files
*.bak
*.backup
*.old