diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-16 13:22:07 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-16 13:22:07 -0500 |
commit | 230ad82dadf013cb56909d1e8df2a2d652c47068 (patch) | |
tree | 193f8ef3dcf05a23255330dbe0ea974c5e52d2f2 | |
parent | b221d77a6da07c684bdbc63ddf4500e0d7ffeae8 (diff) | |
download | pleroma-230ad82dadf013cb56909d1e8df2a2d652c47068.tar.gz |
gitignore `config/runtime.exs`
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f30f4cf5f..da73b6f36 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ erl_crash.dump # variables. /config/*.secret.exs /config/generated_config.exs +/config/runtime.exs /config/*.env @@ -56,4 +57,4 @@ pleroma.iml # Editor temp files /*~ -/*#
\ No newline at end of file +/*# |