Fix up .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
# OS Rubbish
|
# OS Rubbish
|
||||||
cache/
|
|
||||||
coverage/
|
coverage/
|
||||||
*.sublime-*
|
*.sublime-*
|
||||||
.*.swp
|
.*.swp
|
||||||
@@ -11,9 +10,12 @@ coverage/
|
|||||||
.yardoc
|
.yardoc
|
||||||
|
|
||||||
# WPScan
|
# WPScan
|
||||||
|
cache/
|
||||||
data/
|
data/
|
||||||
|
log.txt
|
||||||
|
wordlist.txt
|
||||||
|
|
||||||
|
# WPScan (Dev)
|
||||||
vendor/
|
vendor/
|
||||||
debug.log
|
debug.log
|
||||||
log.txt
|
|
||||||
rspec_results.html
|
rspec_results.html
|
||||||
wordlist.txt
|
|
||||||
|
|||||||
Reference in New Issue
Block a user