Update .gitignore

This commit is contained in:
Adam Piontek 2021-02-24 07:29:24 -05:00
parent 86991d0e17
commit 7973fb2611

11
.gitignore vendored
View file

@ -36,3 +36,14 @@ npm-debug.log
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/config/*.secret.exs
# for vscode elixir_ls extension files
/.elixir_ls