Ignoring VS working files and Mac finder

Minor change but stops the need to keep manually ignoring/reverting working files.
This commit is contained in:
Carl Woffenden
2020-04-02 16:54:49 +02:00
parent c012fe694b
commit 9dceb725f8

10
.gitignore vendored
View File

@@ -1,2 +1,12 @@
bin/
build/
# VS project and working files
*.vcxproj.user
.vs/
Debug/
Release/
# Mac finder
.DS_Store