Files
Kurt_kalendar/ht_booking/.gitignore
2026-05-16 23:03:29 +02:00

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/