From 25c393d557d925e6c1cc1d18580145fbad1450bd Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Wed, 9 May 2018 13:58:04 +0100 Subject: [PATCH] gitignore cleanup --- .gitignore | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0f7866fb..65c2aaf3 100644 --- a/.gitignore +++ b/.gitignore @@ -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