Sha256: a6e3bab073e428df1fbb89d863879fffbd7ac2510fb7d62a8a95ddeddf3425ea

Contents?: true

Size: 714 Bytes

Versions: 7

Compression:

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

/db/schema.rb
/db/migrate/*

# 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

/vendor/
!/vendor/.keep

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
us_geo-2.1.1 explorer_app/.gitignore
us_geo-2.1.0 explorer_app/.gitignore
us_geo-2.0.4 explorer_app/.gitignore
us_geo-2.0.3 explorer_app/.gitignore
us_geo-2.0.2 explorer_app/.gitignore
us_geo-2.0.1 explorer_app/.gitignore
us_geo-2.0.0 explorer_app/.gitignore