Skip to content

Commit

Permalink
fix: update .gitignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Oct 9, 2024
1 parent e4cf75b commit 7fbdeee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
build
*.egg-info
__pycache__
sql/ai--*.sql
tests/dump_restore/describe_objects.sql
tests/dump_restore/describe_schemas.sql
tests/dump_restore/dump.sql
tests/dump_restore/src.snapshot
tests/dump_restore/dst.snapshot
tests/*/*.actual
projects/extension/sql/ai--*.sql
projects/extension/tests/dump_restore/describe_objects.sql
projects/extension/tests/dump_restore/describe_schemas.sql
projects/extension/tests/dump_restore/dump.sql
projects/extension/tests/dump_restore/src.snapshot
projects/extension/tests/dump_restore/dst.snapshot
projects/extension/tests/*/*.actual
tiktoken_cache

0 comments on commit 7fbdeee

Please sign in to comment.