Skip to content

Commit deade02

Browse files
authored
Merge pull request #15 from TysonAndre/update-docs
Add .gitattributes
2 parents 32d939a + 12225c8 commit deade02

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0.1.1
2+
-----
3+
4+
- Add .gitattributes

0 commit comments

Comments
 (0)