Sorted out .*ignore & *files + removed some fat

This commit is contained in:
g0tmi1k
2018-05-15 07:52:40 +01:00
parent fe277c1e89
commit 105e9cbcac
7 changed files with 38 additions and 52 deletions

30
.gitignore vendored
View File

@@ -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?