mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-15 11:21:31 +00:00
20 lines
402 B
Text
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/
|