23 lines
310 B
Plaintext
23 lines
310 B
Plaintext
# Env files
|
|
.env*
|
|
!.env.example
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Data directories
|
|
backups/
|
|
logs/*
|
|
shared/
|
|
|
|
# MQTT exceptions (포함할 디렉토리와 파일들)
|
|
!fems-mqtt/
|
|
!fems-mqtt/config/
|
|
!fems-mqtt/config/*
|
|
|
|
# MQTT ignored files (무시할 파일들)
|
|
fems-mqtt/data/
|
|
fems-mqtt/log/ |