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
|
.ash_history
|
||||||
cache
|
|
||||||
coverage
|
|
||||||
.bundle
|
.bundle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
*.sublime-*
|
|
||||||
.idea
|
.idea
|
||||||
.*.swp
|
|
||||||
log.txt
|
|
||||||
.yardoc
|
.yardoc
|
||||||
debug.log
|
|
||||||
wordlist.txt
|
# WPScan
|
||||||
rspec_results.html
|
|
||||||
data/
|
data/
|
||||||
vendor/
|
vendor/
|
||||||
|
debug.log
|
||||||
|
log.txt
|
||||||
|
rspec_results.html
|
||||||
|
wordlist.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user