Files
tj-tzhg/.gitignore
2025-11-26 17:19:16 +08:00

14 lines
352 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 排除Visual Studio的.vs隐藏文件夹包含项目配置、缓存等
.vs/
# 排除所有bin目录编译后的二进制文件目录
bin/
# 排除所有obj目录编译后的中间对象文件目录
obj/
# 可选补充Visual Studio常见的其他临时文件/目录(按需添加)
*.suo
*.user
*.userosscache
*.sln.docstates