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 b87ea2e commit b6e23c9Copy full SHA for b6e23c9
.gitignore
@@ -56,13 +56,11 @@ node_modules
56
# Babel-compiled files
57
lib
58
59
-# Ignore package manager lock files
60
-package-lock.json
61
-yarn.lock
62
-
+# Test releated files
63
test/unit/coverage
64
test/e2e/reports
65
+# Website/Docs releated files
66
/website/node_modules
67
/website/build
68
/website/.docusaurus
0 commit comments