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
This commit is contained in:
Benjamin Titmus 2024-08-12 22:59:10 +01:00 committed by GitHub
parent 92c73f7237
commit 2306d1bfec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ node_modules
.vscode-test/
*.vsix
/package-lock.json
*.DS_Store
.DS_Store
meta.json
.luacheckcache

View File

@ -1,3 +1,4 @@
*.flac
data/
.vscode/settings.json
.DS_Store