]> source.dussan.org Git - gitignore.git/commit
Make not to ignore *.code-workspace 3832/head
author방성범 (Bang Seongbeom) <bangseongbeom@hotmail.com>
Sat, 18 Sep 2021 08:12:32 +0000 (17:12 +0900)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 08:12:32 +0000 (17:12 +0900)
commit8be0bf6f8ff86cfed5f4c47e3ec78b11c196ceeb
tree9193e7a427aea8b6ada6246bcf640f607524a50d
parentb0012e4930d0a8c350254a3caeedf7441ea286a3
Make not to ignore *.code-workspace

**Reasons for making this change:**

Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development.

You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace).

**Links to documentation supporting these rule changes:**

https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
Global/VisualStudioCode.gitignore