File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Files and directories with the attribute export-ignore won't be added to archive files
2
+ # (such as zips/tarballs in GitHub Releases)
3
+ # Some of the tests are edge cases that would crash older versions of Phan or other static analyzers, which is why they're included.
4
+ /.appveyor.yml export-ignore
5
+ /.codeclimate.yml export-ignore
6
+ /.gitattributes export-ignore
7
+ /.gitignore export-ignore
8
+ /.github export-ignore
9
+ /.travis.yml export-ignore
10
+ /internal export-ignore
11
+ /phpcs.xml export-ignore
12
+ /phpdoc.dist.xml export-ignore
13
+ /phpunit.xml export-ignore
14
+ /phpunit.xml.dist export-ignore
15
+ /test export-ignore
16
+ /test_files export-ignore
17
+ /tests export-ignore
Original file line number Diff line number Diff line change
1
+ 0.1.1
2
+ -----
3
+
4
+ - Add .gitattributes
You can’t perform that action at this time.
0 commit comments