commit 2f3b66b10925c899414fd9aaba1e3ce7a2b487c2 Author: zjr <2593563600@qq.com> Date: Thu Nov 6 14:49:59 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..70f48c4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# my-first-repo + +my first Repository \ No newline at end of file