Skip to content

Commit 7ab5ac6

Browse files
authored
Merge pull request PHP-DI#742 from KarelWintersky/patch-1
Update .gitattributes
2 parents 09ccbeb + dba2743 commit 7ab5ac6

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

.gitattributes

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# .gitattributes
2-
.github/ export-ignore
3-
tests/ export-ignore
4-
website/ export-ignore
5-
doc/ export-ignore
6-
news/ export-ignore
2+
.github export-ignore
3+
tests export-ignore
4+
website export-ignore
5+
doc export-ignore
6+
news export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
.gitstats.yml export-ignore
10+
.php_cs export-ignore
11+
.phpstorm.meta.php export-ignore
12+
404.md export-ignore
13+
CONTRIBUTING.md export-ignore
14+
couscous.yml export-ignore
15+
*.neon export-ignore
16+
phpunit.xml.dist export-ignore
17+
SECURITY.md export-ignore
718

819
# Auto detect text files and perform LF normalization
920
* text=auto

0 commit comments

Comments
 (0)