Skip to content

Commit a05ee05

Browse files
committed
- Added .gitattributes
- Added .gitignore
1 parent a54981c commit a05ee05

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* text=auto
2+
3+
/.editorconfig export-ignore
4+
/phpunit.php export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/README.md export-ignore
7+
/.github export-ignore
8+
/.gitattributes export-ignore
9+
/.gitignore export-ignore
10+
/tests/ export-ignore

.gitignore

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

0 commit comments

Comments
 (0)