auf docker umgestellt
This commit is contained in:
61
JS/.dockerignore
Normal file
61
JS/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user