# 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'

.irbrc


# Ignore the docker junk in root.
/*_dockerfile
/*_docker-compose.yml


# Ignore bundler config and test coverage reports
/.bundle
coverage/


# ignore backup files, diff and pid files and the redis datastore
*~
*.bak
*.diff
*.pid
*.rdb


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


# Ignore public/assets
/public/assets

#ignore examination uploads
/public/uploads


# Ignore all logfiles and tempfiles.
/log
/tmp


# gem: dotenv loads .env* files in config/application.rb based upon RAILS_ENV value
# This file is for developer over-ride of other .env* file
# see doc/system_environment_variables.txt for documentation
/.env.local
/.env.*.local

# macOS-specific file
.DS_Store

/.idea
/drturbotax.iml
drturbotax.iml

/src/


# Blacklist fake docstore dir, then whitelist existing test files.
/public/fake_docstore/*
!public/fake_docstore/1-10-500-500-100.jpg
!public/fake_docstore/2016_rubykaigi.pdf

# Vagrant stuff
.vagrant
Vagrantfile
ubuntu*

# Vagrant stuff
.vagrant
Vagrantfile
ubuntu*
