31 lines
677 B
Plaintext
31 lines
677 B
Plaintext
**/config/local.yaml
|
|
**/config/*.local.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 / production secrets — never commit. The committed templates are
|
|
# config/development.yaml and .env.production.example.
|
|
.env
|
|
.env.production
|
|
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/
|