chore: AI Coding Starter Kit Dateien aus Git entfernen
- .claude/skills/, agents/, rules/ ignoriert (Workflow-Dateien) - docs/production/ ignoriert (Template-Docs) - src/lib/supabase.ts ignoriert (nicht verwendet) - public/ Default-SVGs ignoriert - .gitignore entsprechend erweitert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
// Supabase Client Setup
|
||||
// Uncomment this file when you're ready to use Supabase
|
||||
|
||||
/*
|
||||
import { createClient } from '@supabase/supabase-js'
|
||||
|
||||
const supabaseUrl = process.env.NEXT_PUBLIC_SUPABASE_URL!
|
||||
const supabaseAnonKey = process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!
|
||||
|
||||
export const supabase = createClient(supabaseUrl, supabaseAnonKey)
|
||||
*/
|
||||
|
||||
// For now, export a placeholder to avoid import errors
|
||||
export const supabase = null;
|
||||
Reference in New Issue
Block a user