Files
meshstream/.dockerignore
2025-05-01 15:34:16 -07:00

25 lines
210 B
Plaintext

# Version control
.git
.gitignore
# Build artifacts
dist
bin
logs
node_modules
web/node_modules
web/dist
# Editor/IDE files
.vscode
.idea
*.swp
*.swo
# Temporary files
*.log
tmp
# Documentation
*.md
LICENSE