RadioLibSmol/.gitignore
Nicklas Börjesson a52920bcb2
IDF Component Registry manifest (#990)
* Add idf_component.yxml

* Fix URL, add compote dist to .gitignore
2024-02-28 17:50:04 +01:00

28 lines
292 B
Text

# Arduino Library Development file
.development
# Atom
*.tags
*.tags1
# VS Code
.vscode
# Jetbrain IDEs
.idea
# Debug decoder
extras/decoder/log.txt
extras/decoder/out.txt
# Spectrum scan
extras/SX126x_Spectrum_Scan/out/*
# PlatformIO
.pio*
# cmake
build/
# Compote build output
dist