문제

They seem not to be included in the standard .gitignore cited in a different Stackoverflow post. I am using mainly C#

Thanks

도움이 되었습니까?

해결책

Since those files usually reside in the $(IntDir) or $(OutDir) (i.e. obj/Debug or bin/Debug) they're already ignored because those folders are ignored.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top