Add comment to changeset

This commit is contained in:
Johan Haals
2021-01-15 17:25:33 +01:00
parent 92dbbcedd7
commit d69d5d5ca8
+2 -1
View File
@@ -4,8 +4,9 @@
Add `*-credentials.yaml` to gitignore to prevent accidental commits of sensitive credential information.
To apply this change to an existing installation, add this line to your `.gitignore`
To apply this change to an existing installation, add these lines to your `.gitignore`
```gitignore
# Sensitive credentials
*-credentials.yaml
```