forked from phan/phan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (18 loc) · 762 Bytes
/
.gitattributes
File metadata and controls
18 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Files and directories with the attribute export-ignore won't be added to archive files
# (such as zips/tarballs in GitHub Releases)
# Some of the tests are edge cases that would crash older versions of Phan or other static analyzers, which is why they're included.
/.appveyor.yml export-ignore
/.azure export-ignore
/.codeclimate.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.travis.yml export-ignore
/internal export-ignore
/phpcs.xml export-ignore
/phpdoc.dist.xml export-ignore
/phpunit.xml export-ignore
/plugins export-ignore
/test export-ignore
/tests export-ignore