Sorted out .*ignore & *files + removed some fat
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,21 +1,21 @@
|
||||
# OS Rubbish
|
||||
# WPScan (If not using ~/.wpscan/)
|
||||
cache/
|
||||
data/
|
||||
log.txt
|
||||
output.txt
|
||||
|
||||
# WPScan (Deployment)
|
||||
debug.log
|
||||
rspec_results.html
|
||||
wordlist.txt
|
||||
|
||||
# OS/IDE Rubbish
|
||||
coverage/
|
||||
.yardoc/
|
||||
.idea/
|
||||
*.sublime-*
|
||||
.*.swp
|
||||
.ash_history
|
||||
.bundle
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.idea
|
||||
.yardoc
|
||||
|
||||
# WPScan
|
||||
cache/
|
||||
data/
|
||||
log.txt
|
||||
wordlist.txt
|
||||
|
||||
# WPScan (Dev)
|
||||
vendor/
|
||||
debug.log
|
||||
rspec_results.html
|
||||
.DS_Store?
|
||||
Reference in New Issue
Block a user