chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:04:16 -07:00
commit baffc9d32a
3 changed files with 38 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# OS / tooling
.DS_Store
Thumbs.db
# Editors
.cursor/
# Secrets
.env
.env.*
!.env.example
!.env.template
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# Node / frontend
node_modules/
dist/
# Typical embedded / tooling noise
*.log
# Builds (adjust per subtree if needed)
**/build/.ninja_deps
**/build/.ninja_log

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# meshtastic
Contains **`firmware/`** assets for Meshtastic-compatible builds.
Open that subdirectory for version notes, binaries, YAML, PlatformIO manifests, etc.
Upstream documentation: [https://meshtastic.org](https://meshtastic.org/) — licensing and flashing guidance apply.

1
firmware Submodule

Submodule firmware added at bbc638ab82