update gitignore file to ignore all bin and obj folders

This commit is contained in:
Joseph Roy 2023-07-11 07:46:31 +01:00
parent 5882d13a38
commit f85d3a9d04
1 changed files with 3 additions and 9 deletions

12
.gitignore vendored
View File

@ -1,10 +1,4 @@
/.vs /.vs
/ImplementationTest/bin/Debug/net7.0 # Ignore any files in /bin and /obj Folders
/LensSimulator-WinForms/obj/Debug/net7.0-windows **/bin/*
/ImplementationTest/obj **/obj/*
/LensSimulator-WinForms/bin/Debug/net7.0-windows
/LensSimulator-WinForms/obj
/LensSimulatorCore/bin/Debug/net7.0
/LensSimulatorCore/obj
/LensSimulatorWindows/bin/Debug/net7.0-windows
/LensSimulatorWindows/obj