From 1abcfbc9f65b625c8e3b3df752fc7ce64ff9a37a Mon Sep 17 00:00:00 2001 From: Danylo Negriienko Date: Wed, 26 Jun 2019 00:01:10 +0300 Subject: [PATCH] Updated gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b259d23..788915e 100755 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ # The dialyzer directory. /.elixir_ls/ +# VSCode Artifacts +/.vscode/ + + # If you run "mix test --cover", coverage assets end up here. /cover/ @@ -25,4 +29,6 @@ erl_crash.dump # Ignore package tarball (built via "mix hex.build"). yandex_translator-*.tar -/config/config.exs \ No newline at end of file +/config/config.exs +/config/*.key +/config/*.pem \ No newline at end of file