# Move this into a KLUE SATELITE DOCUMENT # 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' # # The Octocat has a Gist containing some good rules to add to this file. # https://gist.github.com/octocat/9257657 # Ignore Klue Setup.sh /bin/runonce/ k_ext_github.yml /_/ /.bundle/ /.history/ /.yardoc /_yardoc/ /coverage/ /log/ !/log/.keep /doc/ /pkg/ /spec/reports/ /tmp/ !/tmp/.keep *.bundle *.so *.o *.a mkmf.log # Ruby Version .ruby-version # Environment File .env # Gems should not use a Gemfile.lock Gemfile.lock # RubyGem definitions *.gem # rspec failure tracking .rspec_status # ByeBug history .byebug_history