We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23355c4 commit cb913e2Copy full SHA for cb913e2
.gitignore
@@ -62,3 +62,22 @@ dmypy.json
62
# Ruff
63
.ruff_cache/
64
.claude/settings.local.json
65
+
66
+# Node.js / Frontend
67
+node_modules/
68
+.next/
69
+.nuxt/
70
+dist/
71
+build/
72
+*.log
73
+npm-debug.log*
74
+yarn-debug.log*
75
+yarn-error.log*
76
+pnpm-debug.log*
77
+lerna-debug.log*
78
+.pnpm-store/
79
80
+# Frontend build artifacts
81
+playground/frontend/.next/
82
+playground/frontend/node_modules/
83
+playground/frontend/.pnpm-store/
0 commit comments