Skip to content

Commit

Permalink
.gitattributes: sync with current repo state
Browse files Browse the repository at this point in the history
A number of dev-related files/directories were not listed in the `.gitattributes` file, while these don't need to be included in the distribution archives.

Fixed now.
  • Loading branch information
jrfnl committed Jan 2, 2023
1 parent c3ad43d commit 752347f
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Ignore files for distribution archives.

.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github_changelog_generator export-ignore
.gitignore export-ignore
.remarkrc export-ignore
.yamllint export-ignore

CONTRIBUTING.md export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore

# Ignore directories for distribution archives.
/tests/ export-ignore
/.github/ export-ignore
/bin/ export-ignore
/tests/ export-ignore

0 comments on commit 752347f

Please sign in to comment.