Skip to content

Commit b2fee92

Browse files
committed
chore: fix conflicting wrangler.toml entries in backend/.gitignore
1 parent c2b9e03 commit b2fee92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dist/
99
*.d.ts.map
1010

1111
# Except the root config files
12-
!wrangler.toml
1312
!package.json
1413

1514
# Wrangler
@@ -45,4 +44,5 @@ supabase/
4544
!supabase/migrations/.gitkeep
4645

4746
# Scripts - deployment and secrets should stay private
48-
scripts/
47+
scripts/
48+
# wrangler.toml is ignored via root .gitignore (backend/wrangler.toml)

0 commit comments

Comments
 (0)