Skip to content

Commit 8ac72c5

Browse files
committedDec 11, 2024
↖️↗️ Choice. The problem is choice.
-- The Architect, The Matrix Reloaded (2003)
·
v0.2.6v0.1.0
0 parents  commit 8ac72c5

File tree

204 files changed

+28971
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+28971
-0
lines changed
 

‎.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* text=auto eol=lf
2+
3+
/resources/all-versions.json -diff linguist-generated=true
4+
/tests/.pest/snapshots -diff linguist-generated=true
5+
/tests/data -diff linguist-generated=true
6+
7+
# Ignore everything.
8+
/* export-ignore
9+
10+
# Export white-listed production code only.
11+
/bin -export-ignore
12+
/resources -export-ignore
13+
/src -export-ignore
14+
/composer.json -export-ignore
15+
/composer.lock -export-ignore
16+
/LICENSE -export-ignore
17+
/README.md -export-ignore
18+
19+
# Ignore internal scripts.
20+
/bin/update-all-version -export-ignore

‎.github/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fixes:
2+
- "php-matrix/::" # reduce root e.g., "php-matrix/src/" => "src/"

0 commit comments

Comments
 (0)
Please sign in to comment.