Skip to content

Commit fad24e3

Browse files
committed
fix: Add bin/code-review-guardian.sh and .gitattributes to package
- Add bin/code-review-guardian.sh to git (required for package distribution) - Add .gitattributes to exclude development files from package - Ensures script is included in Composer package
1 parent 2281f3d commit fad24e3

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.gitattributes

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
* text=auto
2-
*.php text eol=lf
3-
*.json text eol=lf
4-
*.xml text eol=lf
5-
*.yml text eol=lf
6-
*.yaml text eol=lf
7-
*.md text eol=lf
8-
*.sh text eol=lf
9-
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.github export-ignore
4+
/docs export-ignore
5+
/tests export-ignore
6+
/phpunit.xml.dist export-ignore
7+
/.editorconfig export-ignore
8+
/.dockerignore export-ignore
9+
/docker-compose.yml export-ignore
10+
/Dockerfile export-ignore
11+
/Makefile export-ignore

0 commit comments

Comments
 (0)