Add the Axum and PostgreSQL service for profiles, defaults, and feedback records, including migrations, OpenAPI documentation, and development identity handling for version 0.1.0.
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
# Rust build output
|
|
/target/
|
|
|
|
# Local configuration and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Graphify generated knowledge graphs
|
|
/graphify-out/
|