Updated gitignore
This commit is contained in:
parent
5ac8ac8e5a
commit
1abcfbc9f6
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,6 +4,10 @@
|
|||||||
# The dialyzer directory.
|
# The dialyzer directory.
|
||||||
/.elixir_ls/
|
/.elixir_ls/
|
||||||
|
|
||||||
|
# VSCode Artifacts
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
|
|
||||||
# If you run "mix test --cover", coverage assets end up here.
|
# If you run "mix test --cover", coverage assets end up here.
|
||||||
/cover/
|
/cover/
|
||||||
|
|
||||||
@ -25,4 +29,6 @@ erl_crash.dump
|
|||||||
# Ignore package tarball (built via "mix hex.build").
|
# Ignore package tarball (built via "mix hex.build").
|
||||||
yandex_translator-*.tar
|
yandex_translator-*.tar
|
||||||
|
|
||||||
/config/config.exs
|
/config/config.exs
|
||||||
|
/config/*.key
|
||||||
|
/config/*.pem
|
Loading…
x
Reference in New Issue
Block a user