generated from ghostwriter/wip
-
-
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.
Updates `.gitattributes` to include the file extensions used in the project Signed-off-by: Nathanael Esayeas <[email protected]>
- Loading branch information
1 parent
59dad9d
commit 43bfa61
Showing
1 changed file
with
0 additions
and
19 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,31 +1,12 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
*.bash text eol=lf | ||
*.css text diff=css | ||
*.gif binary | ||
*.html text diff=html | ||
*.ico binary | ||
*.jpeg binary | ||
*.jpg binary | ||
*.lock text -diff | ||
*.md text diff=markdown | ||
*.php text eol=lf diff=php | ||
*.phpt text eol=lf diff=php | ||
*.phtml text eol=lf diff=html | ||
*.png binary | ||
*.py text diff=python | ||
*.sh text eol=lf | ||
*.svg text | ||
*.txt text | ||
*.webp binary | ||
*.zip binary | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore | ||
/composer.lock export-ignore | ||
/infection.json5.dist export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/psalm-baseline.xml export-ignore | ||
/psalm.xml.dist export-ignore | ||
/tests export-ignore |