accent/.gitignore

29 lines
476 B
Plaintext
Raw Normal View History

2018-04-05 23:47:36 +03:00
# App artifacts
/_build
/db
/tmp
/doc
/deps
/*.ez
/cover
# Generate on crash by the VM
erl_crash.dump
# 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
test.json
.env*
priv/static/webapp
/webapp/node_modules
2018-04-18 13:39:03 +03:00
/webapp/tmp
2018-06-08 23:44:33 +03:00
.elixir_ls