+ 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

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_size = 4
[*.md]
trim_trailing_whitespace = false