LMIC-node/.gitignore

21 lines
402 B
Text
Raw Permalink Normal View History

2021-04-17 18:28:44 +02:00
# .gitignore file for LMIC-node
# Exclude any Visual Studio Code and PlatformIO folders/files
.pio
.vscode
.vs
.pioenvs
.piolibdeps
2021-04-17 20:16:45 +02:00
# Exclude all contents from any keyfiles folder
2021-04-17 18:28:44 +02:00
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/