Skip to content

Commit 41fd99f

Browse files
authored
Merge pull request microsoft#199 from vinkla/patch-1
Exclude more non-essential files
2 parents 8aa8c0a + 77f7f45 commit 41fd99f

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.gitattributes

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
/tests/*.php text eol=lf
33
/tests/cases/**/*.php text eol=lf
44

5-
syntax-visualizer/ export-ignore
6-
tests/ export-ignore
7-
validation/ export-ignore
8-
php-langspec/ export-ignore
9-
experiments/ export-ignore
10-
tools/ export-ignore
5+
/.vscode export-ignore
6+
/docs export-ignore
7+
/experiments export-ignore
8+
/php-langspec export-ignore
9+
/syntax-visualizer export-ignore
10+
/tests export-ignore
11+
/tools export-ignore
12+
/validation export-ignore
13+
/.gitattributes export-ignore
14+
/.gitignore export-ignore
15+
/.gitmodules export-ignore
16+
/.travis.yml export-ignore
17+
/Contributing.md export-ignore
18+
/README.md export-ignore
19+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)