]> source.dussan.org Git - gitignore.git/commitdiff
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)
**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

index 85813e1cbc84ce2999ad60cb6b67fb14fbb375d5..de1059890ed24dcf5d1d975d2e1fa1e972e2f8af 100644 (file)
@@ -3,7 +3,6 @@
 !.vscode/tasks.json
 !.vscode/launch.json
 !.vscode/extensions.json
-*.code-workspace
 
 # Local History for Visual Studio Code
 .history/