sto-k-odnomu/.dockerignore

39 lines
318 B
Text
Raw Permalink Normal View History

2025-12-31 17:06:22 +00:00
# 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