mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
5436582f03
With the update to diesel 2.0.0-rc0, it is now possible to cross-compile without emulation. Note that during each (cross)compile, we have to install libpq-dev for the target platform, as only one version can be installed at a time (e.g. libpq-dev:amd64 conflicts with libpq-dev:armhf).
38 lines
567 B
Plaintext
38 lines
567 B
Plaintext
# hidden files
|
|
.*
|
|
!/chirpstack/.rpm
|
|
!/.cargo
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Binary packages
|
|
/dist
|
|
|
|
# Rust target directory
|
|
**/target
|
|
|
|
# Certificates
|
|
/chirpstack/configuration/certs/*.crt
|
|
/chirpstack/configuration/certs/*.key
|
|
/chirpstack/configuration/certs/*.trust
|
|
/chirpstack/configuration/certs/*.pem
|
|
/chirpstack/configuration/certs/*.csr
|
|
/chirpstack/configuration/private_*.toml
|
|
|
|
# UI
|
|
/ui/node_modules
|
|
/ui/build
|
|
|
|
# API
|
|
/api/js/node_modules
|
|
/api/python/src/*.egg-info/
|
|
/api/python/src/build/
|
|
/api/python/src/dist/
|
|
|
|
# Bitbake recipes
|
|
*.bb
|
|
|
|
# Exclude from gitignore
|
|
!/.github
|