Commit 693250c
authored
Create .gitattributes (#269)
This PR adds a .gitattributes file to exclude specific files and directories from exports/installing composer package.
Purpose:
Keeps repository metadata and tooling files out of distribution packages.
Follows best practices for cleaner project exports.
Impact:
No runtime changes—this only affects repository operations like git archive.1 parent a54c1cc commit 693250c
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments