mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
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 |