Now we have some elixir
This commit is contained in:
+20
-33
@@ -1,38 +1,26 @@
|
||||
# ---> Elixir
|
||||
/_build
|
||||
/cover
|
||||
/deps
|
||||
/doc
|
||||
/.fetch
|
||||
# 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 third-party dependencies like ExDoc output generated docs.
|
||||
/doc/
|
||||
|
||||
# Temporary files, for example, from tests.
|
||||
/tmp/
|
||||
|
||||
# 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
|
||||
*.beam
|
||||
/config/*.secret.exs
|
||||
.elixir_ls/
|
||||
|
||||
# ---> Phoenix
|
||||
# gitignore template for Phoenix projects
|
||||
# website: http://www.phoenixframework.org/
|
||||
#
|
||||
# Recommended template: Elixir.gitignore
|
||||
|
||||
# Temporary files
|
||||
/tmp
|
||||
|
||||
# Static artifacts
|
||||
/node_modules
|
||||
/assets/node_modules
|
||||
|
||||
# Since we are building assets from web/static,
|
||||
# we ignore priv/static. You may want to comment
|
||||
# this depending on your deployment strategy.
|
||||
/priv/static/
|
||||
|
||||
# Installer-related files
|
||||
/installer/_build
|
||||
/installer/tmp
|
||||
/installer/doc
|
||||
/installer/deps
|
||||
# Ignore package tarball (built via "mix hex.build").
|
||||
bunny_mask-*.tar
|
||||
|
||||
# ---> Nix
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
@@ -41,4 +29,3 @@ result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user