forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (36 loc) · 1.67 KB
/
.gitattributes
File metadata and controls
37 lines (36 loc) · 1.67 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
# 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