voidway/.gitignore

25 lines
813 B
Text
Raw Normal View History

2024-11-21 17:41:18 +04:00
# Generated by Cargo
# will have compiled files and executables
debug/
target/
2024-11-21 07:41:08 +04:00
2024-11-21 17:41:18 +04:00
# 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
2024-11-21 07:41:08 +04:00
2024-11-21 17:41:18 +04:00
# These are backup files generated by rustfmt
**/*.rs.bk
2024-11-21 07:41:08 +04:00
2024-11-21 17:41:18 +04:00
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2024-11-21 07:41:08 +04:00
2024-11-21 17:41:18 +04:00
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
2024-11-21 07:41:08 +04:00
2024-11-21 07:42:58 +04:00
# direnv
.direnv