We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f286c68 commit 74707ebCopy full SHA for 74707eb
.gitignore
@@ -1,5 +1,6 @@
1
-dist
2
-!dist/metadata.json
+# Ignore dist directories except metadata.json
+**/dist/*
3
+!components/*/dist/metadata.json
4
!tokens/dist/json/*
5
6
# Not committing the map assets, these are dev-only
0 commit comments