This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
mebe/.gitignore

27 lines
377 B
Text
Raw Normal View History

2015-05-14 20:58:25 +00:00
/_build
/deps
erl_crash.dump
*.ez
config.exs
/data
2015-11-17 21:09:21 +00:00
# Configs
config/*.exs
# Release
/rel
2015-11-17 21:09:21 +00:00
# Static artifacts
/node_modules
/bower_components
# Since we are building js and css from web/static,
# we ignore priv/static/{css,js}. You may want to
# comment this depending on your deployment strategy.
/priv/static/
# Custom templates should be ignored
/web/templates/custom/