-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (38 loc) · 1.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
################################################################################
# Este archivo .gitignore ha sido creado automáticamente por Microsoft(R) Visual Studio.
################################################################################
/Vista/IMainView.cs
/Vista/I
View.cs
/Vista/MainView.cs
/Vista/MainView.Designer.cs
/Vista/MainView.resx
/Vista/PayModeView.cs
/Vista/PayModeView.Designer.cs
/Vista/PayModeView.resx
/Properties/Resources.Designer.cs
/Properties/Resources.resx
/Properties/Settings.Designer.cs
/Properties/Settings.settings
/Presentador/MainPresenter.cs
/Presentador/PayModePresenter.cs
/Modelos/IPayModeRepository.cs
/Modelos/PayModeModel.cs
/Resources/buy.png
/Resources/cancel.png
/Resources/cerrar.png
/Resources/delete.png
/Resources/edit.png
/Resources/new.png
/Resources/salida.png
/Resources/save.png
/Resources/search.png
/Resources/sell.png
/.gitignore.txt
/App.config
/dbo.PayMode.sql
/Program.cs
/Supermarket-mvp.csproj
/Supermarket-mvp.csproj.user
/_Repositorios/BaseRepository.cs
/_Repositorios/PayModeRepository.cs