-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
961f1a4
commit 135d7f4
Showing
1 changed file
with
15 additions
and
10 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,14 +1,19 @@ | ||
# Path-based git attributes | ||
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html | ||
|
||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php_cs export-ignore | ||
/.sami.dist export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/.styleci.yml export-ignore | ||
/.travis.yml export-ignore | ||
/coverage export-ignore | ||
/docs export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/tests export-ignore | ||
|
||
# Uncomment the lines below for your package; | ||
# These are basically files you don't want in a release. | ||
|
||
# /.editorconfig export-ignore | ||
# /.gitattributes export-ignore | ||
# /.gitignore export-ignore | ||
# /.php_cs export-ignore | ||
# /.sami.dist export-ignore | ||
# /.scrutinizer.yml export-ignore | ||
# /.styleci.yml export-ignore | ||
# /.travis.yml export-ignore | ||
# /phpunit.xml.dist export-ignore | ||
# /tests export-ignore |