Skip to content

Commit 1c8f1f9

Browse files
committed
added .gitattributes & .gitignore
1 parent e87353a commit 1c8f1f9

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.gitattributes export-ignore
2+
.github/ export-ignore
3+
.gitignore export-ignore
4+
ncs.* export-ignore
5+
phpstan*.neon export-ignore
6+
tests/ export-ignore
7+
8+
*.php* diff=php
9+
*.sh text eol=lf

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/vendor
2+
/composer.lock
3+
tests/lock

0 commit comments

Comments
 (0)