mena-devs/tilde

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'
 
**/.DS_Store
 
# Ignore bundler config.
/.bundle
 
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
 
# Ignore Byebug command history file.
.byebug_history
 
# Ignore test reports
/brakeman-output.*
/coverage
 
# Ignore results of `rake assets:precompile`.
/public/assets/
/public/system/
 
# Never check passwords into source control!
/config/database.yml
/.env
 
/config/database.local.yml
 
/config/settings.yml
/config/settings/*.yml
/config/environments/*.yml
 
/config/deploy.rb
/config/deploy/*
 
/config/tinymce.yml.sample
/config/travis.database.yml
/config/unicorn.rb.example
 
/provision/*.retry
 
# Coverage
/coverage/
 
# Continuous Integration
jenkins-ci.sh
 
# Database
/db/test.sqlite3
/db/archive/*
/db/backup/*
 
# Custom
/server_setup/
/lets_encrypt/
/node_modules/
/_documentation/
/.tomo/
/.vagrant/
*.pem
/provisioning/
/ansible-rails/
Vagrantfile
/spec/support/api/*