We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0ee41 commit bffc547Copy full SHA for bffc547
1 file changed
.gitattributes
@@ -23,9 +23,15 @@
23
24
# Ignore some meta files when creating an archive of this repository
25
/.github export-ignore
26
+/.editorconfig export-ignore
27
/.gitattributes export-ignore
28
+/.gitignore export-ignore
29
/.scrutinizer.yml export-ignore
30
+/phpunit.xml.dist export-ignore
31
+/tests export-ignore
32
+/docs export-ignore
33
-# 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/
36
/CHANGELOG.md merge=union
37
0 commit comments