forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nxignore
28 lines (22 loc) · 756 Bytes
/
.nxignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Northstar files that doesn't belong to actual project to make nx workspace-lint pass
packages/fluentui/add-a-feature.md
packages/fluentui/document-a-feature.md
packages/fluentui/test-a-feature.md
packages/fluentui/setup-local-development.md
packages/fluentui/CHANGELOG.md
packages/fluentui/CONTRIBUTING.md
packages/fluentui/README.md
packages/fluentui/.browserslistrc
; build output
**/dist/**
; known directories to not incorporate into the workspace graph creation
**/fixtures/**
**/__fixtures__/**
**/bundle-size/**
**/fake_node_modules/**
; scaffolding templates
**/generators/**/files/**
plop-templates
plop-templates-*
; TODO: temporary ignore - remove once https://github.com/microsoft/fluentui/pull/32371 is merged
scripts/*/just.config.ts