-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (35 loc) · 1.24 KB
/
Copy path.gitattributes
File metadata and controls
36 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Auto detect text files and perform LF normalization
* text=auto
public/uploads/archives/e2e/*.pdf binary
tests/fixtures/archive-test.pdf binary -whitespace
tests/fixtures/test_import_languages.tsv -whitespace
# Exclude from release archives (git archive)
# NOTE: public/installer/assets/ MUST be in the ZIP — contains installer.js
# and style.css. Excluding it causes step 2 (test connection) to silently fail.
# Committed E2E fixture uploads (archives test data) are never release inputs;
# create-release.sh archives via `git archive`, so they need export-ignore here
# — the .rsync-filter catch-all only covers the bin/build-release.sh path.
public/uploads/archives/ export-ignore
tests/ export-ignore
test/ export-ignore
.github/ export-ignore
docs/ export-ignore
.distignore export-ignore
/frontend/ export-ignore
node_modules/ export-ignore
*.log export-ignore
.DS_Store export-ignore
.claude/ export-ignore
.gemini/ export-ignore
.qoder/ export-ignore
.cursor/ export-ignore
.vscode/ export-ignore
.idea/ export-ignore
internal/ export-ignore
.coderabbit.yaml export-ignore
.rsync-filter export-ignore
.semgrepignore export-ignore
STATUS.md export-ignore
MOBILE_API_SPEC.md export-ignore
phpstan.neon export-ignore
phpstan-baseline.neon export-ignore