This commit is contained in:
dong 2025-04-10 23:11:39 +08:00
parent 0d941aa888
commit eaa9328bfe

10
.gitignore vendored
View File

@ -2,26 +2,18 @@
/.idea
/.vs
/.vscode
/Login/.idea
/Login/.vs
/KeyAuth-Service/.idea
/Admin-Keyauth/.vs
/Admin-Keyauth/.idea
#环境变量
.env
#构建删除
/Server/Run/*.exe
/KeyAuth-Service/Run/*.exe
Run/*.exe
# 忽略所有obj
**/obj/**
# 已构建程序不上传
*.exe
/Server/Run/*.exe
/KeyAuth-Service/Run/*.exe
# IDEA
Server/.idea