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