Sha256: e44713247da55b763b147ba7efabed51d34c431e7daf34a2004da0f49a87916f
Contents?: true
Size: 871 Bytes
Versions: 27
Compression:
Stored size: 871 Bytes
Contents
# 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_doc.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
Version data entries
27 entries across 27 versions & 1 rubygems