Skip to content

Commit 1ccb88b

Browse files
committed
chore: try excluding git
1 parent 16d680b commit 1ccb88b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ nextauthjs/sveltekit-auth-example:
44
- source: apps/examples/sveltekit
55
dest: .
66
deleteOrphaned: true
7+
exclude: ".git"
78
- .github/FUNDING.yml
89
- LICENSE
910

1011
nextauthjs/solid-start-auth-example:
1112
- source: "apps/examples/solid-start"
1213
dest: .
1314
deleteOrphaned: true
15+
exclude: ".git"
1416
- .github/FUNDING.yml
1517
- LICENSE
1618

1719
nextauthjs/next-auth-gatsby-example:
1820
- source: apps/playgrounds/gatsby
1921
dest: .
2022
deleteOrphaned: true
23+
exclude: ".git"
2124
- .github/FUNDING.yml
2225
- LICENSE

0 commit comments

Comments
 (0)