2016-08-22 03:15:42 +00:00
|
|
|
## Rails app
|
2011-11-21 21:36:42 +00:00
|
|
|
/.bundle
|
2016-08-22 03:15:42 +00:00
|
|
|
/.vagrant
|
|
|
|
/.rspec
|
|
|
|
/.env
|
2011-11-21 21:36:42 +00:00
|
|
|
/tmp/*
|
2016-08-22 03:15:42 +00:00
|
|
|
/log/*
|
2012-03-18 11:02:17 +00:00
|
|
|
/bin/*
|
2016-08-22 03:15:42 +00:00
|
|
|
/config/database.yml
|
|
|
|
/config/asciinema.yml
|
|
|
|
/db/*.sqlite3
|
2012-04-09 16:23:28 +00:00
|
|
|
/coverage
|
2016-08-22 03:15:42 +00:00
|
|
|
/public/uploads/*
|
|
|
|
/uploads/*
|
|
|
|
|
|
|
|
## Elixir app
|
|
|
|
|
|
|
|
# App artifacts
|
|
|
|
/_build
|
|
|
|
/db
|
|
|
|
/deps
|
|
|
|
/*.ez
|
|
|
|
|
|
|
|
# Generated on crash by the VM
|
|
|
|
erl_crash.dump
|
|
|
|
|
|
|
|
# Static artifacts
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# Since we are building assets from web/static,
|
|
|
|
# we ignore priv/static. You may want to comment
|
|
|
|
# this depending on your deployment strategy.
|
|
|
|
/priv/static/
|
|
|
|
|
|
|
|
# The config/prod.secret.exs file by default contains sensitive
|
|
|
|
# data and you should not commit it into version control.
|
|
|
|
#
|
|
|
|
# Alternatively, you may comment the line below and commit the
|
|
|
|
# secrets file as long as you replace its contents by environment
|
|
|
|
# variables.
|
|
|
|
/config/prod.secret.exs
|
|
|
|
|
|
|
|
## Docker
|
|
|
|
|
2017-04-18 17:41:53 +00:00
|
|
|
/volumes
|
2016-08-22 03:15:42 +00:00
|
|
|
.m2
|
|
|
|
/.env.production
|