update gitignore file to ignore all bin and obj folders
This commit is contained in:
parent
5882d13a38
commit
f85d3a9d04
|
@ -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
|
|
Loading…
Reference in New Issue