-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (25 loc) · 672 Bytes
/
.gitattributes
File metadata and controls
27 lines (25 loc) · 672 Bytes
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
* text=auto
# Directories
/.did export-ignore
/.github/ export-ignore
/.wordpress-org/ export-ignore linguist-documentation
/tests/ export-ignore
# Files
/.gitattributes export-ignore
/.editorconfig export-ignore
/.gitignore export-ignore
/.npmrc export-ignore
/.nvmrc export-ignore
/AGENTS.md export-ignore
/CLAUDE.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/phpunit.xml.dist export-ignore
/CONTRIBUTING.md export-ignore
/docker-compose.yml export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/readme.md export-ignore
/RELEASING.md export-ignore
/tsconfig.json export-ignore