-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (18 loc) · 750 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Files excluded from the Kodi addon submission package.
# `git archive` (used by kodi-addon-submitter) drops every path marked
# export-ignore, so these stay in the repo but never reach repo-scripts.
# Directories carry two entries: the trailing-slash form prunes the dir from
# git archive, the /** form makes git check-attr report nested paths as set.
CLAUDE.md export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.github/ export-ignore
.claude/ export-ignore
docs/ export-ignore
docs/** export-ignore
tests/ export-ignore
tests/** export-ignore
tools/ export-ignore
tools/** export-ignore
requirements-dev.txt export-ignore
pytest.ini export-ignore