2018-01-02 17:19:25 +00:00
|
|
|
# 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/*
|
|
|
|
/tmp/*
|
|
|
|
!/log/.keep
|
|
|
|
!/tmp/.keep
|
|
|
|
|
|
|
|
/node_modules
|
|
|
|
/yarn-error.log
|
|
|
|
|
|
|
|
.byebug_history
|
2018-02-20 17:47:11 +00:00
|
|
|
|
|
|
|
/_sites/*
|
|
|
|
/_deploy/*
|
2018-09-27 17:43:13 +00:00
|
|
|
/_usuarias/*
|
|
|
|
/_invitadxs/*
|
2019-07-03 23:25:23 +00:00
|
|
|
.env
|