Sha256: 12f469145a1b673b464c2f4bda2759bf8dd400b1439d93d73200328068c82089

Contents?: true

Size: 878 Bytes

Versions: 6

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/
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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
k_ext-github-0.0.10 .gitignore
k_ext-github-0.0.8 .gitignore
k_ext-github-0.0.5 .gitignore
k_ext-github-0.0.4 .gitignore
k_ext-github-0.0.3 .gitignore
k_ext-github-0.0.2 .gitignore