# See https://help.github.com/articles/ignoring-files for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' vendor/overcommit_bundle # Ignore ruby_mine folder /.idea # Ignore vscode folder /.vscode # Symbol tags (e.g. generated by Atom Editor) /tags *~ *.DS_Store .svn .*.swp ___* chromedriver.log # Ignore all logfiles and tempfiles. *.log /log/* !/log/.keep /tmp/ # Ruby debugger related files .byebug_history # Capybara related artifacts capybara-*.html output.html # Ignore bundler config. /.bundle/ # We ignore the Gemfile.lock in a gem /Gemfile.lock # When the gem is built it goes here, but we don't want to include this in # the source code repo /pkg/ *.gem # Ignore folders related to documentation output /.yardoc /_yardoc/ /html/ /doc/ # Ignore folders related to test output /coverage/ /spec/reports/ # Ignore your project specific .config.yml config files *.config.yml