We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7aae43 commit 0b40f6fCopy full SHA for 0b40f6f
.gitattributes
@@ -1,11 +1,13 @@
1
-tests/ export-ignore
2
-*.http eol=crlf
+# Common (from boilerplate)
3
.editorconfig export-ignore
4
.gitattributes export-ignore
5
.gitignore export-ignore
6
.scrutinizer.yml export-ignore
7
.travis.yml export-ignore
8
CONDUCT.md export-ignore
9
CONTRIBUTING.md export-ignore
+
10
+# Project specific
11
+*.http eol=crlf
12
phpunit.xml.dist export-ignore
-VERSION export-ignore
13
+tests/ export-ignore
.styleci.yml
@@ -0,0 +1,4 @@
+preset: psr2
+finder:
+ path:
+ - "src"
0 commit comments