Sha256: bfe06f28d49447d64cd60f03e724463a6d01df6e25ec8e90f9f3162289c58e41

Contents?: true

Size: 952 Bytes

Versions: 10

Compression:

Stored size: 952 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.
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
!/tmp/derivatives/.keep
!/tmp/uploads/.keep
!/tmp/uploads/cache/.keep

# From Rails 5.1
/node_modules
/yarn-error.log

# Ignore Byebug command history file.
.byebug_history

# Ignore Ruby artifacts
/.ruby-*

# Ignore uploaded files in development
/storage/*
!/storage/.keep

# Ignore master key for decrypting credentials and more.
/config/master.key

/public/assets
/public/files
/public/uv
/public/branding/*
!public/branding/.keep

/spec/examples.txt

fits.log

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyrax-5.0.1 .koppie/.gitignore
hyrax-5.0.0 .koppie/.gitignore
hyrax-5.0.0.rc3 .koppie/.gitignore
hyrax-5.0.0.rc2 .koppie/.gitignore
hyrax-5.0.0.rc1 .koppie/.gitignore
hyrax-4.0.0 .koppie/.gitignore
hyrax-4.0.0.rc3 .koppie/.gitignore
hyrax-4.0.0.rc2 .koppie/.gitignore
hyrax-4.0.0.rc1 .koppie/.gitignore
hyrax-4.0.0.beta2 .koppie/.gitignore