sto-k-odnomu/.dockerignore
2025-12-31 20:15:48 +03:00

38 lines
318 B
Text

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 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