commit e25de8f9e56de06882b608c4390b97d8b490718e Author: Alexander Popov Date: Mon Dec 2 12:35:57 2024 +0300 init diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..779f99a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md new file mode 100644 index 0000000..62a10f7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# AniCard + +Проекты связанные с карточной игрой **AniCard** (https://t.me/anicardplaybot). + +Иконка + +Иконка + +## Проекты + +... diff --git a/assets/card.png b/assets/card.png new file mode 100644 index 0000000..2b569c4 Binary files /dev/null and b/assets/card.png differ diff --git a/assets/qr.png b/assets/qr.png new file mode 100644 index 0000000..91ba19c Binary files /dev/null and b/assets/qr.png differ