Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 23 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
/.github export-ignore
/api export-ignore
.gitattributes export-ignore
.gitignore export-ignore
generate.sh export-ignore
.gitmodules export-ignore
# Line-ending normalization for text files.
* text=auto

# PHP-aware hunk headers in `git diff`.
*.php diff=php

# Manifest: each bump touches its own line — take both sides on overlap
# instead of raising a conflict.
/composer.json merge=union

# Default: nothing is included in the `composer archive` of the package.
# Re-include only the files consumers actually need below.
* export-ignore

# Package manifest and top-level documentation.
/composer.json -export-ignore
/LICENSE -export-ignore
/README.md -export-ignore
/CHANGELOG.md -export-ignore

# Generated PHP DTOs, autoloaded through composer.json PSR-4.
/generated -export-ignore
/generated/** -export-ignore
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

26 changes: 0 additions & 26 deletions .idea/php.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/roadrunner-api.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/vcs.xml

This file was deleted.