Don't let Git track secrets file.

This commit is contained in:
Pim Kunis 2019-07-15 19:36:57 +02:00
parent 8f99154259
commit 484bb94677
2 changed files with 2 additions and 3 deletions

2
firmware/.gitignore vendored
View file

@ -15,3 +15,5 @@
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
config/secrets.exs

View file

@ -1,3 +0,0 @@
use Mix.Config
config :morse, :morse_message, "................"