We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aa8c0a + 77f7f45 commit 41fd99fCopy full SHA for 41fd99f
.gitattributes
@@ -2,9 +2,18 @@
2
/tests/*.php text eol=lf
3
/tests/cases/**/*.php text eol=lf
4
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
+/.vscode export-ignore
+/docs export-ignore
+/experiments export-ignore
+/php-langspec export-ignore
+/syntax-visualizer export-ignore
+/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