mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 03:29:17 +00:00

Conflicts: .gitignore bin/platformio-custom.py src/modules/AdminModule.cpp src/modules/Telemetry/EnvironmentTelemetry.cpp src/modules/Telemetry/PowerTelemetry.cpp src/nimble/NimbleBluetooth.cpp variants/esp32c6/tlora_c6/platformio.ini
52 lines
617 B
Plaintext
52 lines
617 B
Plaintext
.pio
|
|
pio
|
|
pio.tar
|
|
web
|
|
web.tar
|
|
|
|
# ignore vscode IDE settings files
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
.idea
|
|
.platformio
|
|
.local
|
|
.cache
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
.autotools
|
|
.built
|
|
.context
|
|
.cproject
|
|
.vagrant
|
|
nanopb*
|
|
flash.uf2
|
|
cmake-build*
|
|
__pycache__
|
|
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
venv/
|
|
release/
|
|
.vscode/extensions.json
|
|
/compile_commands.json
|
|
src/mesh/raspihttp/certificate.pem
|
|
src/mesh/raspihttp/private_key.pem
|
|
|
|
# Ignore logo (set at build time with platformio-custom.py)
|
|
data/boot/logo.*
|
|
|
|
|
|
managed_components
|
|
dependencies.lock
|
|
|
|
log_*
|
|
sdkconfig
|
|
sdkconfig.*
|
|
!sdkconfig.defaults |