forked from balcanusebi/CoffeeMachineClass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
17 lines (15 loc) · 943 Bytes
/
.gitignore
File metadata and controls
17 lines (15 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs/VSWorkspaceState.json
/.vs
/CoffeeMachineSimulator/.vs/CoffeeMachineSimulator
/CoffeeMachineSimulator/CoffeeMachineSimulator.Sender/bin/Debug/netcoreapp3.1
/CoffeeMachineSimulator/CoffeeMachineSimulator.Sender/obj
/CoffeeMachineSimulator/CoffeeMachineSimulator.UI/bin/Debug/netcoreapp3.1
CoffeeMachineSimulator/CoffeeMachineSimulator.UI/obj
/CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/obj
/CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/bin/Debug/netcoreapp3.1
/CoffeeMachineSimulator/CoffeeMachineSimulator.Services/obj
/CoffeeMachineSimulator/CoffeeMachineSimulator.Services/bin/Debug/netcoreapp3.1
/CoffeeMachineSimulator/CoffeeMachineSimulator.Data/bin/Debug/netcoreapp3.1