LMIC-node/.gitignore
Leonel Lopes Parente 0fee4bc40a Fix typo in comment
2021-04-17 20:16:45 +02:00

20 lines
402 B
Text

# .gitignore file for LMIC-node
# Exclude any Visual Studio Code and PlatformIO folders/files
.pio
.vscode
.vs
.pioenvs
.piolibdeps
# Exclude all contents from any keyfiles folder
keyfiles/**
# Except following example file
!keyfiles/lorawan-keys_example.h
# Exclude any LoRaWAN key files with following pattern
*lorawan-keys.h
# Exlude lib and include project folders (PlatformIO)
/lib/
/include/