Sha256: 0648945eb0f234c7c224c4b742b893071e206b221a5d0788751ee96fd4eb5cf8
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 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/ gpt3_builder.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gpt3-builder-0.0.4 | .gitignore |
gpt3-builder-0.0.3 | .gitignore |