Skip to content

Commit 8350a37

Browse files
authored
Add .DS_Store to .gitignore for cursorless-talon (#2653)
When this is synced to [`cursorless-talon`](https://github.com/cursorless-dev/cursorless-talon) the `.gitignore` in the monorepo doesn't apply so copy the `.DS_Store` ignore for those on macOS to prevent spurious `untracked content` messages in `git`. I don't think the checklist below applies in this case. ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet
1 parent c993474 commit 8350a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.flac
22
data/
33
.vscode/settings.json
4+
.DS_Store

0 commit comments

Comments
 (0)