binarybabel/latestver

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# 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.
*.sqlite3
*.sqlite3-journal

# Ignore logfiles, tempfiles, and generated docs.
/log/*
!/log/.keep
/tmp
/.yardoc
/doc

# Ignore local settings files.
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml

# Ignore local app data.
/data
/version.lock
/vendor/assets/bower_components