Skip to content

Commit

Permalink
chore: try excluding git
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 7, 2023
1 parent 16d680b commit 1ccb88b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ nextauthjs/sveltekit-auth-example:
- source: apps/examples/sveltekit
dest: .
deleteOrphaned: true
exclude: ".git"
- .github/FUNDING.yml
- LICENSE

nextauthjs/solid-start-auth-example:
- source: "apps/examples/solid-start"
dest: .
deleteOrphaned: true
exclude: ".git"
- .github/FUNDING.yml
- LICENSE

nextauthjs/next-auth-gatsby-example:
- source: apps/playgrounds/gatsby
dest: .
deleteOrphaned: true
exclude: ".git"
- .github/FUNDING.yml
- LICENSE

0 comments on commit 1ccb88b

Please sign in to comment.