mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-05-08 08:53:45 +02:00
Init WFuzz state
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Folders for IDE caching and settings
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Default folder for boofuzz db logging
|
||||
boofuzz-results/
|
||||
|
||||
# Python enviromental and other files
|
||||
env/
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# Fuzzer outputs
|
||||
*.junit.xml
|
||||
*.log
|
||||
*.html
|
||||
|
||||
# Files for internal debug
|
||||
Makefile
|
||||
config.json
|
||||
payloads.txt
|
||||
Reference in New Issue
Block a user