chirpstack/.gitignore

27 lines
303 B
Plaintext
Raw Normal View History

2022-04-06 21:18:32 +01:00
# hidden files
.*
!/chirpstack/.rpm
!/.cargo
2023-05-29 16:57:51 +01:00
!/.env
!.npmignore
2022-04-06 21:18:32 +01:00
# Log files
*.log
2022-04-23 11:31:54 +01:00
# Binary packages
2022-04-23 20:47:39 +01:00
/dist
2022-04-23 11:31:54 +01:00
2022-04-06 21:18:32 +01:00
# Rust target directory
**/target
# Certificates
/chirpstack/configuration/certs/*
2022-04-06 21:18:32 +01:00
/chirpstack/configuration/private_*.toml
# UI
/ui/node_modules
/ui/build
2022-04-18 21:19:24 +01:00
# Exclude from gitignore
!/.github