mirror of
https://github.com/szabodanika/microbin
synced 2024-11-10 03:34:17 +00:00
a4ab03322c
- Missed one place where the data directory changes in commit 668b460
- Updated gitignore to reflect new default data directory path
15 lines
281 B
Text
15 lines
281 B
Text
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
pasta_data/*
|
|
microbin_data/*
|
|
*.env
|
|
**/**/microbin-data
|