Skip to content

Commit

Permalink
Add .DS_Store to .gitignore for cursorless-talon (#2653)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bentitmus committed Aug 12, 2024
1 parent 92c73f7 commit 2306d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_modules
.vscode-test/
*.vsix
/package-lock.json
*.DS_Store
.DS_Store
meta.json
.luacheckcache

Expand Down
1 change: 1 addition & 0 deletions cursorless-talon/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.flac
data/
.vscode/settings.json
.DS_Store

0 comments on commit 2306d1b

Please sign in to comment.