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/
|
2024-11-25 08:44:41 +09:00
|
|
|
logs/*
|
2024-11-21 15:09:39 +09:00
|
|
|
shared/
|
2024-11-25 08:40:59 +09:00
|
|
|
|
2024-11-25 08:44:41 +09:00
|
|
|
# MQTT exceptions (포함할 디렉토리와 파일들)
|
|
|
|
!fems-mqtt/
|
|
|
|
!fems-mqtt/config/
|
|
|
|
!fems-mqtt/config/*
|
|
|
|
|
|
|
|
# MQTT ignored files (무시할 파일들)
|
2024-11-25 08:50:54 +09:00
|
|
|
fems-mqtt/data/
|
2024-11-26 16:05:19 +09:00
|
|
|
fems-mqtt/log/
|
|
|
|
|
|
|
|
fems-realtime-api/node_modules/
|
|
|
|
fems-realtime-api/logs/*
|