Skip to content

Commit

Permalink
chore: ignore terraform local overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Feb 8, 2024
1 parent 253cc9e commit a5712ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Preview

on:
pull_request:
branches:
- main
- develop
workflow_dispatch:

jobs:
apply:
sync:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions supabase/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Terraform
*_override.tf

# Supabase
.branches
.temp

0 comments on commit a5712ed

Please sign in to comment.