concord-consortium/lara

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See http://help.github.com/ignore-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
# and dumped .yml files
/db/data.yml
/db/backups/
# Ignore all logfiles and tempfiles.
/log/*.log
/log/*.tmp
/tmp

# Ignore precompiled assets
/public/assets

# Some kind of cache - ?
/.jhw-cache/*

# Brakeman reports
/public/brakeman*
bin

# Ignore private configurations:
config/app_environment_variables.rb

# Ignore floobits stuff:
.floo
.flooignore

# ignore project files
*.sublime-project
*.sublime-workspace
.idea
.env
.secrets

# ignore vim backup files
*~
public/snapshots

# Ignore config/database.yml incase people want to use myslq or postgresql.
config/database.yml
.com.apple.timemachine.supported
.vagrant
.website

# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

# local development overrides
config/environments/local-development.rb

# simplecov output
coverage/
.DS_Store
lara-typescript/yarn-error.log
db/backups/