-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (30 loc) · 845 Bytes
/
Copy path.gitattributes
File metadata and controls
32 lines (30 loc) · 845 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
28
29
30
31
32
# Auto-detect text files and perform LF normalization
* text=auto eol=lf
# Binary files
*.png binary
*.gif binary
*.jpg binary
*.jpeg binary
*.ico binary
*.zip binary
# Export-ignore: Exclude all development, CI, testing, and configuration files from distribution packages
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.phpunit.cache export-ignore
/.phpunit.result.cache export-ignore
/.stylelintcache export-ignore
/.eslintrc.json export-ignore
/.stylelintrc.json export-ignore
/eslint.config.js export-ignore
/stylelint.config.js export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/composer.lock export-ignore
/tests export-ignore
/node_modules export-ignore
/vendor export-ignore
/coverage export-ignore