update gitignore file to ignore all bin and obj folders
This commit is contained in:
parent
5882d13a38
commit
f85d3a9d04
|
@ -1,10 +1,4 @@
|
|||
/.vs
|
||||
/ImplementationTest/bin/Debug/net7.0
|
||||
/LensSimulator-WinForms/obj/Debug/net7.0-windows
|
||||
/ImplementationTest/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
|
||||
# Ignore any files in /bin and /obj Folders
|
||||
**/bin/*
|
||||
**/obj/*
|
Loading…
Reference in New Issue