Skip to content

Commit 52d6776

Browse files
committed
Update .gitignore and .gitattributes
1 parent 720b707 commit 52d6776

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.gitattributes

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
*.htm text
99
*.svg text
1010

11-
/.gitattributes export-ignore
12-
/.github export-ignore
13-
/.gitignore export-ignore
14-
/phpunit.xml export-ignore
15-
/tests export-ignore
11+
# Ignore all test and documentation with "export-ignore".
12+
/.gitattributes export-ignore
13+
/.github export-ignore
14+
/.gitignore export-ignore
15+
/tests export-ignore
16+
/SECURITY.md export-ignore
17+
/phpcs.xml export-ignore
18+
/phpunit.xml export-ignore

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
excluded
2-
gui
3-
.idea
1+
composer.phar
2+
composer.lock
3+
phpunit.xml
4+
vendor
5+
.phpunit.result.cache

0 commit comments

Comments
 (0)