-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
20 lines (17 loc) · 873 Bytes
/
Copy path.gitattributes
File metadata and controls
20 lines (17 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer-only paths that must not appear in the public mirror repo
# (see MAINTAINING.md → "Repository model").
#
# `export-ignore` filters these out of `git archive` source tarballs.
# It does NOT filter `git push`, so the actual mirror sync uses
# `git filter-repo --invert-paths` — see MAINTAINING.md for the command.
CLAUDE.md export-ignore
MAINTAINING.md export-ignore
gen-build-deploy-tests/ export-ignore
docs/maintainer/ export-ignore
# CI workflows: the mirror must not run release.yml / ci.yml. They live in the
# dev repo only; the mirror's Actions tab stays empty.
.github/workflows/ export-ignore
# Gradle wrapper line endings — gradlew must stay LF for Linux/macOS runners.
gradlew text eol=lf
*.bat text eol=crlf
gradle-wrapper.jar binary