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 b0898a2 commit d94408bCopy full SHA for d94408b
1 file changed
.gitignore
@@ -33,24 +33,23 @@ yarn-error.log*
33
.pnpm-debug.log*
34
35
# local env files
36
-# do not commit any .env files to git, except for the .env.example file.
+# do not commit any .env files to git, except for the .env.example and
37
+# .env.remote.example files.
38
.env*
39
!.env.example
40
+!.env.remote.example
41
42
# vercel
43
.vercel
44
45
# typescript
46
*.tsbuildinfo
47
-# idea files
-.idea
48
-
49
-volumes/atlas/ddl.sql
50
-volumes/s3/*
51
52
# supabase
53
-supabase/*
54
-!supabase/config.toml
55
-src/supabase/types.d.ts
56
-src/supabase/drizzle
+supabase/.*
+
+# ide configurations
+.vscode
+.claude
+.idea
+.mcp.json
0 commit comments