Codebase list feroxbuster / 12e0ed03-51ac-4d36-93ec-c4c66eaa08d1/main .gitignore
12e0ed03-51ac-4d36-93ec-c4c66eaa08d1/main

Tree @12e0ed03-51ac-4d36-93ec-c4c66eaa08d1/main (Download .tar.gz)

.gitignore @12e0ed03-51ac-4d36-93ec-c4c66eaa08d1/mainraw · history · blame

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# jetbrains metadata folder
.idea/

# vscode metadata folder
.vscode/

# personal feroxbuster config for testing
ferox-config.toml

# images for the README on github
img/**

# scripts to check code coverage using nightly compiler
check-coverage.sh
lcov_cobertura.py

# dockerignore file that makes it so i can work on the docker config without copying a 4GB manifest or w/e it is
.dockerignore

# state file created during tests
ferox-*.state

# python stuff cuz reasons
Pipfile*