添加.gitignore文件,移除.trae目录避免上传到GitHub

This commit is contained in:
2025-07-19 19:56:32 +08:00
parent 32bee1d5ba
commit 405293268d
2 changed files with 32 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
# IDE配置文件
.trae/
# 编译输出
*.exe
*.o
*.obj
# 临时文件
*.tmp
*.temp
# 系统文件
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# 日志文件
*.log
# 调试文件
*.pdb
*.ilk
# Visual Studio Code
.vscode/settings.json
# 构建目录
build/
-1
View File
@@ -1 +0,0 @@
github的仓库地址为https://github.com/LHY0125Student-Grade-Management-System.git