diff options
author | hanemile <mail@emile.space> | 2020-07-19 16:57:17 +0200 |
---|---|---|
committer | hanemile <mail@emile.space> | 2020-07-19 16:57:17 +0200 |
commit | 75e3a659c12b8addefa8f34c7ba107c870a3ec62 (patch) | |
tree | 810280380daf30ac96cb487e53266983e1634e4c | |
parent | d0dec8a45e6b0a61981ab11d444233464e5bbfa1 (diff) |
added the config to the gitignore, preventing accidently pushing credentials
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fc0d80..8f9a04d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ uploads/ +config.yml \ No newline at end of file |