podemos-info/participa2

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 all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

/node_modules

.byebug_history

# Ignore public uploads
public/uploads

# rspec failure tracking
.rspec-failures

# coverage reports
/coverage/*

# rubocop cached remote config
.rubocop-https---raw-githubusercontent-com-decidim-decidim-0-19-stable--rubocop-yml
.rubocop-https---raw-githubusercontent-com-decidim-decidim-0-19-stable--rubocop-rails-yml

spec/decidim_dummy_app/

.env