-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from PHPCSStandards/feature/gitattributes-update
.gitattributes: sync with current repo state
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |