We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32d939a + 12225c8 commit deade02Copy full SHA for deade02
.gitattributes
@@ -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
@@ -0,0 +1,4 @@
+0.1.1
+-----
+
+- Add .gitattributes
0 commit comments