Sha256: 86695b72a1ee3c85be9af8d76121f66c128eb257e823e99d8ef9e8659e00b292

Contents?: true

Size: 618 Bytes

Versions: 3

Compression:

Stored size: 618 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 user-specific Intellij project files
/.idea/dictionaries/*
/.idea/.rakeTasks
/.idea/.generators
/.idea/workspace.xml

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

# Ignore RSpec state
/spec/examples.txt

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coursemology-evaluator-0.1.9 .gitignore
coursemology-evaluator-0.1.8 .gitignore
coursemology-evaluator-0.1.7 .gitignore