We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ef3be commit cbd0369Copy full SHA for cbd0369
.gitignore
@@ -1,6 +1,8 @@
1
# Generated by Cargo
2
# will have compiled files and executables
3
/target/
4
+# generated file by build.rs for mapping nmap-payloads to rust
5
+src/generated.rs
6
7
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
8
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
0 commit comments