Skip to content

Commit bffc547

Browse files
committed
Update .gitattributes
1 parent 7f0ee41 commit bffc547

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@
2323

2424
# Ignore some meta files when creating an archive of this repository
2525
/.github export-ignore
26+
/.editorconfig export-ignore
2627
/.gitattributes export-ignore
28+
/.gitignore export-ignore
2729
/.scrutinizer.yml export-ignore
30+
/phpunit.xml.dist export-ignore
31+
/tests export-ignore
32+
/docs export-ignore
2833

29-
# CHANGELOG
34+
# Avoid merge conflicts in CHANGELOG
35+
# https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/
3036
/CHANGELOG.md merge=union
3137

0 commit comments

Comments
 (0)