30 lines
603 B
Plaintext
30 lines
603 B
Plaintext
**/config/local.yaml
|
|
**/config/*.local.yaml
|
|
**/config/production.yaml
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# include cargo lock
|
|
!Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
*.sqlite
|
|
*.sqlite-*
|
|
|
|
# Local secrets (hardcoded admin credentials)
|
|
.env
|
|
todo.md
|
|
*report.html
|
|
|
|
# npm — only the toolchain is ignored; the built assets/static/css/app.css IS
|
|
# committed so deploys work without a Node step (rebuild with `npm run build:css`).
|
|
node_modules/
|