Skip to content

Commit

Permalink
Merge pull request backstage#5987 from dortegau/add-ds_store-to-scaff…
Browse files Browse the repository at this point in the history
…olded-app-gitignore

backstage#5986 Adding .DS_Store to Scaffolded Backstage app .gitignore file
  • Loading branch information
Rugvip authored Jun 15, 2021
2 parents 3be9904 + 350d51a commit e2261db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/clean-frogs-brake.md
Original file line number Diff line number Diff line change
@@ -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
```
3 changes: 3 additions & 0 deletions packages/create-app/templates/default-app/.gitignore.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# macOS
.DS_Store

# Logs
logs
*.log
Expand Down

0 comments on commit e2261db

Please sign in to comment.