Skip to content

Commit d43f530

Browse files
committed
Add .gitattributes
1 parent 1f5b4ec commit d43f530

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
* text=auto
2+
3+
# Directories
4+
/.git/ export-ignore
5+
/.github/ export-ignore
6+
/tests/ export-ignore
7+
/vendor/ export-ignore
8+
9+
# Files
10+
/.editorconfig export-ignore
11+
/.gitattributes export-ignore
12+
/.gitignore export-ignore
13+
/composer.lock export-ignore
14+
15+
# Avoid merging lock files
16+
composer.lock -diff

0 commit comments

Comments
 (0)