2017-12-08 08:58:14 +00:00
|
|
|
# App artifacts
|
|
|
|
/_build
|
|
|
|
/db
|
|
|
|
/deps
|
|
|
|
/*.ez
|
|
|
|
|
|
|
|
# Generated on crash by the VM
|
|
|
|
erl_crash.dump
|
|
|
|
|
|
|
|
# Files matching config/*.secret.exs pattern contain sensitive
|
|
|
|
# data and you should not commit them into version control.
|
|
|
|
#
|
|
|
|
# Alternatively, you may comment the line below and commit the
|
|
|
|
# secrets files as long as you replace their contents by environment
|
|
|
|
# variables.
|
|
|
|
/config/*.secret.exs
|
2018-01-14 16:56:50 +00:00
|
|
|
|
2018-11-15 16:35:47 +00:00
|
|
|
.env.production
|
2019-08-07 12:47:24 +00:00
|
|
|
.env.test
|
2019-10-17 12:20:22 +00:00
|
|
|
/.env
|
2019-08-07 12:47:24 +00:00
|
|
|
.env.2
|
2018-11-15 16:35:47 +00:00
|
|
|
|
2019-10-18 18:04:39 +00:00
|
|
|
/setup_db.psql
|
2018-11-15 16:35:47 +00:00
|
|
|
|
2018-07-04 12:29:17 +00:00
|
|
|
.elixir_ls
|
|
|
|
/doc
|
2018-10-09 15:01:58 +00:00
|
|
|
priv/static/*
|
2018-10-10 12:57:35 +00:00
|
|
|
!priv/static/.gitkeep
|
|
|
|
priv/data/*
|
|
|
|
!priv/data/.gitkeep
|
2018-08-01 12:45:18 +00:00
|
|
|
.vscode/
|
2018-11-06 09:30:27 +00:00
|
|
|
cover/
|
2019-11-17 17:11:33 +00:00
|
|
|
site/
|
2019-05-22 12:12:11 +00:00
|
|
|
test/fixtures/image_tmp.jpg
|
|
|
|
test/uploads/
|
2018-11-06 09:30:27 +00:00
|
|
|
uploads/*
|
2018-12-19 13:39:50 +00:00
|
|
|
!uploads/.gitkeep
|
|
|
|
.idea
|
2019-04-03 15:29:03 +00:00
|
|
|
*.mo
|
|
|
|
*.po~
|