Sha256: cbe09906accaa31344e852520fcffa3e2e0f912fca45a370f7f92cfe1140f0c0

Contents?: true

Size: 661 Bytes

Versions: 17

Compression:

Stored size: 661 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-*

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

# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep


/public/assets

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
anchormodel-0.2.4 test/dummy/.gitignore
anchormodel-0.2.3 test/dummy/.gitignore
anchormodel-0.2.2 test/dummy/.gitignore
munster-0.4.2 example/.gitignore
munster-0.4.1 example/.gitignore
munster-0.4.0 example/.gitignore
munster-0.3.1 example/.gitignore
munster-0.3.0 example/.gitignore
munster-0.2.0 example/.gitignore
munster-0.1.0 example/.gitignore
anchormodel-0.2.0 test/dummy/.gitignore
anchormodel-0.1.5 test/dummy/.gitignore
anchormodel-0.1.4 test/dummy/.gitignore
anchormodel-0.1.3 test/dummy/.gitignore
anchormodel-0.1.2 test/dummy/.gitignore
anchormodel-0.1.1 test/dummy/.gitignore
anchormodel-0.1.0 test/dummy/.gitignore