chirpstack/.gitignore

40 lines
507 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
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
2022-04-06 20:18:32 +00:00
# Rust target directory
**/target
# Certificates
/chirpstack/configuration/certs/*
2022-04-06 20:18:32 +00: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 20:18:32 +00:00
/api/js/node_modules
2023-01-10 15:57:06 +00:00
/api/kotlin/build
/api/kotlin/src
2022-07-18 13:14:28 +00:00
/api/python/src/*.egg-info/
/api/python/src/build/
/api/python/src/dist/
# Bitbake recipes
*.bb
2022-04-18 20:19:24 +00:00
# Exclude from gitignore
!/.github