From a2739a48b11ec814fef980684a4798d7f73000df Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 5 Jun 2025 16:24:52 +0300 Subject: [PATCH] Update robots.txt --- .gitignore | 1 + robots.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 robots.txt diff --git a/.gitignore b/.gitignore index 0dbf2f2..67eba04 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +public \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file