Files
gabrielkaszewski_rs/.gitignore
2024-12-09 18:14:42 +01:00

24 lines
395 B
Plaintext

**/config/local.yaml
**/config/*.local.yaml
**/config/production.yaml
# Generated by Cargo
# will have compiled files and executables
debug/
target/
node_modules/
# 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
uploads/
assets/static/css/main.css
.env