mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
e63296573b
This feature makes it possible to select between PostgreSQL and SQLite as database backend using a compile feature-flag. It is not possible to enable both at the same time. --------- Co-authored-by: Momo Bel <plopyomomo@gmail.com>
31 lines
349 B
Plaintext
31 lines
349 B
Plaintext
# hidden files
|
|
.*
|
|
!/chirpstack/.rpm
|
|
!/.cargo
|
|
!/.env
|
|
!.npmignore
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Binary packages
|
|
/dist
|
|
|
|
# SQLite databases
|
|
*.sqlite
|
|
|
|
# Rust target directory
|
|
**/target
|
|
**/target-sqlite
|
|
|
|
# Certificates
|
|
/chirpstack/configuration/certs/*
|
|
/chirpstack/configuration/private_*.toml
|
|
|
|
# UI
|
|
/ui/node_modules
|
|
/ui/build
|
|
|
|
# Exclude from gitignore
|
|
!/.github
|