Merge pull request #5987 from dortegau/add-ds_store-to-scaffolded-app-gitignore

#5986 Adding .DS_Store to Scaffolded Backstage app .gitignore file
This commit is contained in:
Patrik Oldsberg
2021-06-15 11:27:16 +02:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/create-app': patch
---
Adding .DS_Store pattern to .gitignore in Scaffolded Backstage App. To migrate an existing app that pattern should be added manually.
```diff
+# macOS
+.DS_Store
```
@@ -1,3 +1,6 @@
# macOS
.DS_Store
# Logs
logs
*.log