BathHacked/energy-sparks

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 RVM config
/.ruby-gemset

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/tmp/*

# Ignore Byebug command history file.
.byebug_history

# Ignore code coverage output
coverage

profiles
.env
*.txt
*.DS_Store
csv
!etc/**/*csv
!lib/tasks/deployment/*csv
!spec/fixtures/**/*csv
!data-pipeline/spec/support/files/**/*csv

etc/bulk_import/*csv

# Don't commit assets!
public/assets

# RubyMine
.idea
*/.rakeTasks

# asdf locally installed versions
.tool-versions

# Ignore uploaded files in development
/storage/*
!/storage/.keep

/public/assets
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

# Web pack stuff
/public/packs
/public/packs-test

yarn-debug.log*
.yarn-integrity

# YAML stuff
!.overcommit.yml
!webpacker.yml
!secrets.yml
!storage.yml
!cable.yml

# YAML dumps
benchmark_database.yaml

# Keep node module directory
/node_modules/*

/yarn-error.log
yarn-debug.log*
.yarn-integrity

# Ignore FontAwesome credentials
.npmrc

# Database dumps
database-dump
*.Z

# Sitemap
public/sitemap.xml
public/sitemap.xml.gz

data-pipeline/.env*

.elasticbeanstalk/config.yml