accent/.gitignore

43 lines
659 B
Plaintext
Raw Normal View History

2018-04-05 23:47:36 +03:00
# App artifacts
2019-03-11 04:39:49 +03:00
_build
db
tmp
doc
deps
*.ez
cover
node_modules
2018-04-05 23:47:36 +03:00
# 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
priv/static/jipt
2019-03-11 04:39:49 +03:00
webapp/node_modules
webapp/tmp
webapp/dist
jipt/node_modules
jipt/.cache
jipt/dist
cli/node_modules
cli/.cache
cli/dist
cli/tmp
cli/lib
cli/*-debug.log
cli/*-error.log
cli/.oclif.manifest.json
2018-06-08 23:44:33 +03:00
.elixir_ls