mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 21:53:11 +00:00
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
# hidden files
|
|
.*
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Rust target directory
|
|
**/target
|
|
|
|
# Certificates
|
|
/chirpstack/configuration/certs
|
|
/chirpstack/configuration/private_*.toml
|
|
|
|
# UI
|
|
/ui/node_modules
|
|
/ui/build
|
|
|
|
# API
|
|
/api/js/node_modules
|