elstat/.gitignore

40 lines
765 B
Plaintext
Raw Normal View History

2018-06-12 21:56:50 +00:00
# OS stuff
.DS_Store
thumbs.db
# Frontend stuff
/priv/frontend/node_modules
/priv/frontend/build
2018-06-12 21:56:50 +00:00
/priv/npm-debug.log*
/priv/yarn-debug.log*
/priv/yarn-error.log*
2018-06-12 21:56:50 +00:00
2018-06-10 21:02:34 +00:00
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
elstat-*.tar
2018-06-11 20:44:02 +00:00
*.db
2018-06-12 21:56:50 +00:00
config/config.exs