check_ip/.gitignore

20 lines
300 B
Plaintext
Raw Permalink Normal View History

2021-09-09 18:24:54 +00:00
# ---> Rust
# 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
2021-09-09 19:44:21 +00:00
# Config files
/config.toml
/old_ip.txt
/log.txt
2021-10-06 21:09:39 +00:00
# IDE
.idea