first commit

This commit is contained in:
Pedro Cabral
2025-02-05 15:14:00 +01:00
commit 11fe03ca1f
20 changed files with 2439 additions and 0 deletions

9
pint.json Normal file
View File

@@ -0,0 +1,9 @@
{
"preset": "per",
"exclude": [
"web/wp",
"web/app/mu-plugins/bedrock-disallow-indexing",
"web/app/plugins",
"web/app/themes/twentytwentyfive"
]
}