forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
52 lines (50 loc) · 2.48 KB
/
Copy path.gitattributes
File metadata and controls
52 lines (50 loc) · 2.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Mark all PHPStan baseline files as generated
.phpstan/baseline/ linguist-generated=true
# Exclude dev-only infrastructure from release archives and Composer installs.
# GitHub uses these rules when generating source downloads for tagged releases.
# Keep anything needed to install, configure, or run OpenEMR.
.github/ export-ignore
.phpstan/ export-ignore
ci/ export-ignore
docker/ export-ignore
tests/ export-ignore
tools/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.codespell* export-ignore
.composer-require-checker.json export-ignore
.dclintrc.yaml export-ignore
.editorconfig export-ignore
.hadolint.yaml export-ignore
.pre-commit-config.yaml export-ignore
.shellcheckrc export-ignore
.stylelintignore export-ignore
.stylelintrc.json export-ignore
build.xml export-ignore
cloudbuild.yaml export-ignore
codecov.yml export-ignore
eslint.config.mjs export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit*.xml export-ignore
rector*.php export-ignore
run-semgrep.sh export-ignore
semgrep.yaml export-ignore
CLAUDE.md export-ignore
DOCKER_README.md export-ignore
README-Isolated-Testing.md export-ignore
# Exclude the very large generated EHI schema documentation (~140M of
# SchemaSpy HTML, diagrams, jars) from release archives; it is published to
# the website instead of shipped in the install package. The EHI exporter
# only reads two descriptors at runtime, so keep just those via single-*
# globs (which match immediate children only, leaving the parent dirs
# walkable) plus -export-ignore carve-outs for the two files.
Documentation/EHI_Export/docs/* export-ignore
Documentation/EHI_Export/docs/openemr.openemr.xml -export-ignore
Documentation/EHI_Export/schemaspy/* export-ignore
Documentation/EHI_Export/schemaspy/schemas -export-ignore
Documentation/EHI_Export/schemaspy/schemas/* export-ignore
Documentation/EHI_Export/schemaspy/schemas/openemr.meta.xml -export-ignore
.phpstan/**/*.* text eol=lf
.phpstan/*.* text eol=lf