Skip to content

Commit d94408b

Browse files
committed
update gitignore
1 parent b0898a2 commit d94408b

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.gitignore

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,23 @@ yarn-error.log*
3333
.pnpm-debug.log*
3434

3535
# local env files
36-
# do not commit any .env files to git, except for the .env.example file.
36+
# do not commit any .env files to git, except for the .env.example and
37+
# .env.remote.example files.
3738
.env*
3839
!.env.example
40+
!.env.remote.example
3941

4042
# vercel
4143
.vercel
4244

4345
# typescript
4446
*.tsbuildinfo
4547

46-
# idea files
47-
.idea
48-
49-
volumes/atlas/ddl.sql
50-
volumes/s3/*
51-
5248
# supabase
53-
supabase/*
54-
!supabase/config.toml
55-
src/supabase/types.d.ts
56-
src/supabase/drizzle
49+
supabase/.*
50+
51+
# ide configurations
52+
.vscode
53+
.claude
54+
.idea
55+
.mcp.json

0 commit comments

Comments
 (0)