sto-k-odnomu/.dockerignore

40 lines
336 B
Text
Raw Normal View History

2025-12-31 17:06:22 +00:00
# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Build output
dist
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Documentation and development files
*.md
!README.md
*.py
# Environment
.env
.env.local
.env.*.local
# Testing
coverage
.nyc_output