chore: exclude build artifacts (exe/, output.txt)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -8,6 +8,11 @@ obj/
|
||||
*.suo
|
||||
*.vs/
|
||||
.vs/
|
||||
exe/
|
||||
output.txt
|
||||
|
||||
# Runtime test output
|
||||
C:\Users\Administrator\Desktop\temp\
|
||||
|
||||
# Rider
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user