forked from iarv/meshstream
25 lines
210 B
Plaintext
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 |