accent/.gitignore
2018-06-08 16:59:28 -04:00

29 lines
476 B
Plaintext

# 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
/webapp/tmp
.elixir_ls