jjeremydiaz/OpenHouse

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.
/db/*.sqlite3
/db/*.sqlite3-journal

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

# Ignore Kyle's convenience routes file
routes.txt

# Ignore byebug histories
.byebug_history

# Ignore user files
public/assets/
app/assets/images/user_images/*
!app/assets/images/user_images/.gitkeep

# Ignore local coverage results
coverage/

# Ignore that one folder that kept on being there
openhouse-1/

# Don't ignore the seed data images
!app/assets/images/user_images/andrew.robles3000868@gmail.com/
!app/assets/images/user_images/angello.lopez138917@gmail.com/
!app/assets/images/user_images/aravind.kumar298640@gmail.com/
!app/assets/images/user_images/hunter.johnson222001@gmail.com/
!app/assets/images/user_images/kyle.peyton220268@gmail.com/