From 118e1ec0a57499e1ab068bf901c5d01b9a692309 Mon Sep 17 00:00:00 2001 From: liuhuajie <403133128@qq.com> Date: Thu, 12 Sep 2024 01:02:55 +0800 Subject: [PATCH] Initial commit --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebdcec6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# ---> Go +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work + +# ---> GitBook +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6dd92e4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sso +