foodsoft/.dockerignore

44 lines
457 B
Plaintext
Raw Normal View History

.git
2017-10-01 13:57:36 +02:00
.gitignore
.bundle
.rake_tasks*
db/*.sqlite3
log
2017-10-01 13:57:36 +02:00
node_modules
tmp/*
public/assets
public/system
2017-10-01 13:57:36 +02:00
public/uploads
vendor/bundle
2017-10-01 13:57:36 +02:00
# no configuration
config/*.yml
!config/i18n-js.yml
# IDEs, Developer tools
.idea
.loadpath
.project
.sass-cache
.rbenv-version
.get-dump.yml
.bash_history
.localeapp
nbproject/
.*.sw?
*~
coverage
2017-10-01 13:57:36 +02:00
tags
doc/app/
doc/api/
.yarddoc/
rspec.failures
# Capistrano etc.
Capfile
config/deploy
config/deploy.rb
Gemfile.capistrano*