Skip to content

Commit

Permalink
Documentation and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBrusa committed May 17, 2023
1 parent 0605ea0 commit 6209e17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/eight-bats-double.md
@@ -0,0 +1,6 @@
---
'modular-scripts': major
---

Modular's workspace resolver now ignores a workspace if covered by a
.modularignore or .gitignore (.modularignore overrides .gitignore)
6 changes: 6 additions & 0 deletions docs/configuration.md
Expand Up @@ -121,3 +121,9 @@ _e.g._
The `package.json#modular.type` can be `"root"`, `"app"`, `"view"`,
`"esm-view"`, `"source"`, `"template"` or `"package"`. Read more about Modular
types in [this explainer](/docs/package-types).

## `.modularignore` & `.gitignore`

Modular respects `.gitignore` when identifying workspaces in the repository,
ignoring any workspaces covered by the repo's `.gitignore`. This behavior can be
overridden by providing a `.modularignore`.

0 comments on commit 6209e17

Please sign in to comment.