URI: 
       added .gitignore file to ignore comment rails files along with sensitive files that should not be commited - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 7300d25e27097084779bef8eb909a16ff23ff6a8
   DIR parent 11d7a4713f4be0265ccab4c8b530fe1f9a0c3b1c
  HTML Author: zeknox <mccann.brandon@gmail.com>
       Date:   Fri, 23 Oct 2015 15:51:55 -0500
       
       added .gitignore file to ignore comment rails files along with sensitive files that should not be commited
       
       Diffstat:
         A .gitignore                          |      26 ++++++++++++++++++++++++++
       
       1 file changed, 26 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/.gitignore b/.gitignore
       @@ -0,0 +1,26 @@
       +*.rbc
       +capybara-*.html
       +.rspec
       +/log
       +/tmp
       +/db/*.sqlite3
       +/db/*.sqlite3-journal
       +/public/system
       +/coverage/
       +/spec/tmp
       +**.orig
       +rerun.txt
       +pickle-email-*.html
       +config/database.yml
       +config/session.key
       +
       +# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
       +config/initializers/secret_token.rb
       +config/secrets.yml
       +
       +## Environment normalisation:
       +/.bundle
       +/vendor/bundle
       +
       +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
       +.rvmrc