ensl.org/.gitignore
Ari Timonen 22fc8cb50b Update to a working version
- Use assets workaround to work around the volume issue with docker
- Add assets to gitignore
- Fix dalli hostname
- Update docker-compose to new paths for volumes
- Fix MariaDB issue with optimization opts
2018-04-25 16:41:22 +00:00

63 lines
589 B
Text

# Rails, Ruby, etc
/log/*
/tmp/*
/spec/tmp/*
/env/production.sh
/env/development.sh
.ruby-version
.ruby-gemset
.env
.tmp*
.rspec
.sass-cache
*.sassc
*.rbc
*.sassc
# Database and files
db_data/*
!db_data/.placeholder
# OS X
.DS_Store
# Uploaded Assets
/public/system/*
/public/files/*
/public/local
/public/uploads
/public/assets
# RubyMine
/.idea
# VIM
**.swp
# Git junk
**.orig
# Bundler
/.bundle
/vendor/bundle/
.bundle
# Misc
/coverage/
/backups
/index/*
rerun.txt
pickle-email-*.html
# Direnv
.envrc
# Sublime
*.sublime*
# Gemtags
*.tags
*.gemtags
# Staging files
tmp/*.gz