diff --git a/.idea/modules.xml b/.idea/modules.xml index 9260d95..df8e61b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/.idea/modules/MyBot.iml b/.idea/modules/MyBot.iml new file mode 100644 index 0000000..19d4940 --- /dev/null +++ b/.idea/modules/MyBot.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..637d92c --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +.idea/ +node_modules/ \ No newline at end of file diff --git a/docs/.vitepress/.gitignore b/docs/.vitepress/.gitignore new file mode 100644 index 0000000..6e25fa8 --- /dev/null +++ b/docs/.vitepress/.gitignore @@ -0,0 +1 @@ +cache/ \ No newline at end of file