gitignore cleanup
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,16 +1,19 @@
|
||||
# OS Rubbish
|
||||
cache/
|
||||
coverage/
|
||||
*.sublime-*
|
||||
.*.swp
|
||||
.ash_history
|
||||
cache
|
||||
coverage
|
||||
.bundle
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
*.sublime-*
|
||||
.idea
|
||||
.*.swp
|
||||
log.txt
|
||||
.yardoc
|
||||
debug.log
|
||||
wordlist.txt
|
||||
rspec_results.html
|
||||
|
||||
# WPScan
|
||||
data/
|
||||
vendor/
|
||||
debug.log
|
||||
log.txt
|
||||
rspec_results.html
|
||||
wordlist.txt
|
||||
|
||||
Reference in New Issue
Block a user