2024-11-25 08:40:59 +09:00
|
|
|
# Env files
|
2024-11-02 01:01:57 +09:00
|
|
|
.env*
|
|
|
|
!.env.example
|
2024-11-25 08:40:59 +09:00
|
|
|
|
|
|
|
# Dependencies
|
2024-11-02 01:01:57 +09:00
|
|
|
node_modules/
|
2024-11-25 08:40:59 +09:00
|
|
|
|
|
|
|
# OS files
|
2024-11-02 01:01:57 +09:00
|
|
|
.DS_Store
|
2024-11-25 08:40:59 +09:00
|
|
|
|
|
|
|
# Data directories
|
2024-11-05 09:56:20 +09:00
|
|
|
backups/
|
|
|
|
logs/
|
2024-11-21 15:09:39 +09:00
|
|
|
shared/
|
2024-11-25 08:40:59 +09:00
|
|
|
|
|
|
|
# Mosquitto specific
|
|
|
|
fems-mqtt/config/
|
|
|
|
!fems-mqtt/log/
|
|
|
|
!fems-mqtt/log/mosquitto.log
|
|
|
|
!fems-mqtt/data/
|
|
|
|
!fems-mqtt/data/mosquitto.db
|