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
Mikko Ahlroth c733b37389 Use totally new build system written in Elixir
This allows for fewer npm dependencies and fewer packages to handle (some
of the currently installed babel packages are for possible future use).
Hopefully the new build style is more explicit even though it is more
verbose. Both building in dev and prod mode and watching is supported.
2017-01-21 23:01:39 +02:00

26 lines
383 B
Text

/_build
/deps
erl_crash.dump
*.ez
config.exs
/data
# Configs
config/*.exs
# Release
/rel
# 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/
/.tmp/
# Custom templates should be ignored
/web/templates/custom/