mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-29 18:05:42 +00:00
44 lines
530 B
Plaintext
44 lines
530 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.*
|