Skip to content

Commit

Permalink
Merge pull request #198 from PHPCSStandards/feature/gitattributes-update
Browse files Browse the repository at this point in the history
.gitattributes: sync with current repo state
  • Loading branch information
Potherca committed Jan 5, 2023
2 parents c3ad43d + 752347f commit fcae465
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 fcae465

Please sign in to comment.