Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1ca2e19

Browse files
committed
Ignore all test and documentation with export-ignore
1 parent ed644d9 commit 1ca2e19

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_size = 2

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.travis.yml export-ignore
8+
/.php_cs export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/.scrutinizer.yml export-ignore
11+
/tests export-ignore
12+
/.editorconfig export-ignore

0 commit comments

Comments
 (0)