Skip to content

Commit 9eecb7a

Browse files
committed
chore: ignore the settings textide leaves in its own package
1 parent 23dbd78 commit 9eecb7a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ brief/
1212
/todo.json
1313

1414
# textide writes its settings back as they change, so running it here leaves
15-
# one behind. Anchored to the root: a project that uses textide should commit
16-
# its own, and only this repo's happens to be somebody's editor state.
15+
# one behind. Two paths rather than a glob, for the two places it gets run
16+
# from: a project that uses textide should commit its own, and only this
17+
# repo's happens to be somebody's editor state.
1718
/.textide.json
19+
/packages/textide/.textide.json

0 commit comments

Comments
 (0)