+ ADD robots.txt and ads.txt files

This commit is contained in:
felegy
2025-07-31 19:30:17 +00:00
parent c9cb4a4ca8
commit 7c8d2d60a7
13 changed files with 91 additions and 342 deletions

View File

@@ -0,0 +1,26 @@
{
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAfterTabs": false,
"NoColor": false,
"Exclude": [
".git/",
"vendor/",
"web/wp/",
"web/app/",
"web/app/themes/",
"web/app/plugins/",
"web/app/languages"
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"IndentSize": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"MaxLineLength": false
}
}