Skip to content

Commit 74707eb

Browse files
chore: updated ignore pattern (#3579)
* chore: updated ignore pattern Co-authored-by: [ Cassondra ] <[email protected]> --------- Co-authored-by: [ Cassondra ] <[email protected]>
1 parent f286c68 commit 74707eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
dist
2-
!dist/metadata.json
1+
# Ignore dist directories except metadata.json
2+
**/dist/*
3+
!components/*/dist/metadata.json
34
!tokens/dist/json/*
45

56
# Not committing the map assets, these are dev-only

0 commit comments

Comments
 (0)