URI: 
       .gitignore - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
  HTML git clone git://jay.scot/warvox
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       .gitignore (546B)
       ---
            1 *.rbc
            2 capybara-*.html
            3 .rspec
            4 /log
            5 /tmp
            6 /db/*.sqlite3
            7 /db/*.sqlite3-journal
            8 /public/system
            9 /coverage/
           10 /spec/tmp
           11 **.orig
           12 rerun.txt
           13 pickle-email-*.html
           14 config/database.yml
           15 config/session.key
           16 
           17 # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
           18 config/initializers/secret_token.rb
           19 config/secrets.yml
           20 
           21 ## Environment normalisation:
           22 /.bundle
           23 /vendor/bundle
           24 
           25 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
           26 .rvmrc
           27 
           28 # vagrant and ansible files
           29 .vagrant
           30 playbook.retry
           31 
           32 TODO.md
           33 /public/assets
           34 .env