Skip to content

Commit 26efcc5

Browse files
committed
Simplified .gitignore & .gitattributes
1 parent e9dd470 commit 26efcc5

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.gitattributes

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/.github export-ignore
1+
.* export-ignore
22
/bench export-ignore
33
/tests export-ignore
4-
.gitattributes export-ignore
5-
.gitignore export-ignore
6-
.travis.yml export-ignore
74
phpbench.json export-ignore
85
phpunit.xml.dist export-ignore
96
phpstan.neon.dist export-ignore

.gitignore

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
#eclipse
2-
.project
3-
4-
#phpstorm
5-
.idea
1+
# hidden files
2+
.*
3+
!.gitignore
4+
!.github
65

76
#composer
87
composer.lock
9-
composer.phar
108
vendor
119

1210
#phpbench
1311
_storage
14-
15-
#phpunit
16-
.phpunit.result.cache

0 commit comments

Comments
 (0)