Files
thoth/.gitignore
Dylan Knutson ef95ac65f7
Some checks failed
CI / Check Style (push) Successful in 24s
CI / Run Clippy (push) Successful in 51s
CI / Run Tests (push) Failing after 1m35s
Initialize loco app
2024-12-01 11:55:08 -08:00

20 lines
340 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