Skip to content

Commit d35df12

Browse files
committed
- updates git pattern files
1 parent 834ce25 commit d35df12

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
* text=auto eol=lf
12
*.php diff=php
23

3-
/.github export-ignore
4-
/bench export-ignore
5-
/Tests export-ignore
6-
/build export-ignore
7-
/vendor export-ignore
8-
/phpunit.* export-ignore
9-
/phpbench.* export-ignore
10-
/*.yml export-ignore
4+
.git* export-ignore
5+
bench/ export-ignore
6+
tests/ export-ignore
7+
build/ export-ignore
8+
phpunit.* export-ignore
9+
phpbench.* export-ignore
10+
*.yml export-ignore

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/bench
2-
/build
3-
/vendor
4-
/.DS_Store
5-
/.idea
1+
bench/
2+
build/
3+
vendor/
4+
.idea/
5+
.DS_Store
6+
Thumbs.db
67
composer.lock
78
phpunit.phar
8-
*.cache
9+
*.cache

0 commit comments

Comments
 (0)