michalvankodev-site/axum_server/.gitignore

21 lines
497 B
Plaintext
Raw Normal View History

2024-01-09 19:54:25 +01:00
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2024-01-30 23:27:02 +01:00
# `dist` folder with the export of SSG
dist/
2024-09-05 18:15:24 +02:00
# Image generator
generated_images/