Add changeset for create-app

This commit is contained in:
Johan Haals
2021-01-15 17:21:44 +01:00
parent 7d2a390a4f
commit 92dbbcedd7
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/create-app': patch
---
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`
```gitignore
*-credentials.yaml
```