chirpstack/.gitignore

31 lines
349 B
Plaintext
Raw Normal View History

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