Add info if linked acc
This commit is contained in:
41
.dockerignore
Normal file
41
.dockerignore
Normal file
@@ -0,0 +1,41 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
*/node_modules
|
||||
|
||||
# Build outputs
|
||||
dist
|
||||
build
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Environment files (keep .env.example)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test & coverage
|
||||
coverage
|
||||
.pytest_cache
|
||||
.coverage
|
||||
|
||||
# Misc
|
||||
*.md
|
||||
!README.md
|
||||
Reference in New Issue
Block a user