chirpstack/.gitignore

39 lines
500 B
Plaintext
Raw Normal View History

2022-04-06 21:18:32 +01:00
# hidden files
.*
!/chirpstack/.rpm
!/.cargo
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
# API
/api/grpc-web/node_modules
2023-01-10 15:57:06 +00:00
/api/java/build
/api/java/src
2022-04-06 21:18:32 +01:00
/api/js/node_modules
2023-01-10 15:57:06 +00:00
/api/kotlin/build
/api/kotlin/src
2022-07-18 14:14:28 +01:00
/api/python/src/*.egg-info/
/api/python/src/build/
/api/python/src/dist/
# Bitbake recipes
*.bb
2022-04-18 21:19:24 +01:00
# Exclude from gitignore
!/.github