chore: exclude build artifacts (exe/, output.txt)

This commit is contained in:
2026-07-07 12:48:46 +08:00
parent 7b6c031d44
commit 49cc0f0df4

5
.gitignore vendored
View File

@ -8,6 +8,11 @@ obj/
*.suo *.suo
*.vs/ *.vs/
.vs/ .vs/
exe/
output.txt
# Runtime test output
C:\Users\Administrator\Desktop\temp\
# Rider # Rider
.idea/ .idea/