Sha256: 1bcf267632ddc552ccfbd3512a85d9064e8889c0beb1d541a7c2d5d311775923

Contents?: true

Size: 639 Bytes

Versions: 2

Compression:

Stored size: 639 Bytes

Contents

# 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'

# Ignore bundler config and gems.
/.bundle
/vendor/bundle
/Gemfile.lock

# Ignore generated code coverage information
/spec/coverage/*
/coverage/*

# Ignore RSpec state
/spec/examples.txt
.idea/vcs.xml
.idea/polyglot.iml
.idea/modules.xml
.idea/misc.xml
.idea/inspectionProfiles/Project_Default.xml

# Ignore Ruby version
.ruby-version

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coursemology-polyglot-0.3.8 .gitignore
coursemology-polyglot-0.3.7 .gitignore