Skip to content

Commit 2306d1b

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 92c73f7 commit 2306d1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_modules
55
.vscode-test/
66
*.vsix
77
/package-lock.json
8-
*.DS_Store
8+
.DS_Store
99
meta.json
1010
.luacheckcache
1111

cursorless-talon/.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)