Explorar el Código

Initial commit

Ricardo_Valls hace 3 años
commit
c0bdf27ae5
Se han modificado 2 ficheros con 290 adiciones y 0 borrados
  1. 288 0
      .gitignore
  2. 2 0
      README.md

+ 288 - 0
.gitignore Ver fichero

@@ -0,0 +1,288 @@
1
+# ---> VisualStudio
2
+## Ignore Visual Studio temporary files, build results, and
3
+## files generated by popular Visual Studio add-ons.
4
+##
5
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
6
+
7
+# User-specific files
8
+*.suo
9
+*.user
10
+*.userosscache
11
+*.sln.docstates
12
+
13
+# User-specific files (MonoDevelop/Xamarin Studio)
14
+*.userprefs
15
+
16
+# Build results
17
+[Dd]ebug/
18
+[Dd]ebugPublic/
19
+[Rr]elease/
20
+[Rr]eleases/
21
+x64/
22
+x86/
23
+bld/
24
+[Bb]in/
25
+[Oo]bj/
26
+[Ll]og/
27
+
28
+# Visual Studio 2015 cache/options directory
29
+.vs/
30
+# Uncomment if you have tasks that create the project's static files in wwwroot
31
+#wwwroot/
32
+
33
+# MSTest test Results
34
+[Tt]est[Rr]esult*/
35
+[Bb]uild[Ll]og.*
36
+
37
+# NUNIT
38
+*.VisualState.xml
39
+TestResult.xml
40
+
41
+# Build Results of an ATL Project
42
+[Dd]ebugPS/
43
+[Rr]eleasePS/
44
+dlldata.c
45
+
46
+# .NET Core
47
+project.lock.json
48
+project.fragment.lock.json
49
+artifacts/
50
+**/Properties/launchSettings.json
51
+
52
+*_i.c
53
+*_p.c
54
+*_i.h
55
+*.ilk
56
+*.meta
57
+*.obj
58
+*.pch
59
+*.pdb
60
+*.pgc
61
+*.pgd
62
+*.rsp
63
+*.sbr
64
+*.tlb
65
+*.tli
66
+*.tlh
67
+*.tmp
68
+*.tmp_proj
69
+*.log
70
+*.vspscc
71
+*.vssscc
72
+.builds
73
+*.pidb
74
+*.svclog
75
+*.scc
76
+
77
+# Chutzpah Test files
78
+_Chutzpah*
79
+
80
+# Visual C++ cache files
81
+ipch/
82
+*.aps
83
+*.ncb
84
+*.opendb
85
+*.opensdf
86
+*.sdf
87
+*.cachefile
88
+*.VC.db
89
+*.VC.VC.opendb
90
+
91
+# Visual Studio profiler
92
+*.psess
93
+*.vsp
94
+*.vspx
95
+*.sap
96
+
97
+# TFS 2012 Local Workspace
98
+$tf/
99
+
100
+# Guidance Automation Toolkit
101
+*.gpState
102
+
103
+# ReSharper is a .NET coding add-in
104
+_ReSharper*/
105
+*.[Rr]e[Ss]harper
106
+*.DotSettings.user
107
+
108
+# JustCode is a .NET coding add-in
109
+.JustCode
110
+
111
+# TeamCity is a build add-in
112
+_TeamCity*
113
+
114
+# DotCover is a Code Coverage Tool
115
+*.dotCover
116
+
117
+# Visual Studio code coverage results
118
+*.coverage
119
+*.coveragexml
120
+
121
+# NCrunch
122
+_NCrunch_*
123
+.*crunch*.local.xml
124
+nCrunchTemp_*
125
+
126
+# MightyMoose
127
+*.mm.*
128
+AutoTest.Net/
129
+
130
+# Web workbench (sass)
131
+.sass-cache/
132
+
133
+# Installshield output folder
134
+[Ee]xpress/
135
+
136
+# DocProject is a documentation generator add-in
137
+DocProject/buildhelp/
138
+DocProject/Help/*.HxT
139
+DocProject/Help/*.HxC
140
+DocProject/Help/*.hhc
141
+DocProject/Help/*.hhk
142
+DocProject/Help/*.hhp
143
+DocProject/Help/Html2
144
+DocProject/Help/html
145
+
146
+# Click-Once directory
147
+publish/
148
+
149
+# Publish Web Output
150
+*.[Pp]ublish.xml
151
+*.azurePubxml
152
+# TODO: Comment the next line if you want to checkin your web deploy settings
153
+# but database connection strings (with potential passwords) will be unencrypted
154
+*.pubxml
155
+*.publishproj
156
+
157
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
158
+# checkin your Azure Web App publish settings, but sensitive information contained
159
+# in these scripts will be unencrypted
160
+PublishScripts/
161
+
162
+# NuGet Packages
163
+*.nupkg
164
+# The packages folder can be ignored because of Package Restore
165
+**/packages/*
166
+# except build/, which is used as an MSBuild target.
167
+!**/packages/build/
168
+# Uncomment if necessary however generally it will be regenerated when needed
169
+#!**/packages/repositories.config
170
+# NuGet v3's project.json files produces more ignorable files
171
+*.nuget.props
172
+*.nuget.targets
173
+
174
+# Microsoft Azure Build Output
175
+csx/
176
+*.build.csdef
177
+
178
+# Microsoft Azure Emulator
179
+ecf/
180
+rcf/
181
+
182
+# Windows Store app package directories and files
183
+AppPackages/
184
+BundleArtifacts/
185
+Package.StoreAssociation.xml
186
+_pkginfo.txt
187
+
188
+# Visual Studio cache files
189
+# files ending in .cache can be ignored
190
+*.[Cc]ache
191
+# but keep track of directories ending in .cache
192
+!*.[Cc]ache/
193
+
194
+# Others
195
+ClientBin/
196
+~$*
197
+*~
198
+*.dbmdl
199
+*.dbproj.schemaview
200
+*.jfm
201
+*.pfx
202
+*.publishsettings
203
+orleans.codegen.cs
204
+
205
+# Since there are multiple workflows, uncomment next line to ignore bower_components
206
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
207
+#bower_components/
208
+
209
+# RIA/Silverlight projects
210
+Generated_Code/
211
+
212
+# Backup & report files from converting an old project file
213
+# to a newer Visual Studio version. Backup files are not needed,
214
+# because we have git ;-)
215
+_UpgradeReport_Files/
216
+Backup*/
217
+UpgradeLog*.XML
218
+UpgradeLog*.htm
219
+
220
+# SQL Server files
221
+*.mdf
222
+*.ldf
223
+
224
+# Business Intelligence projects
225
+*.rdl.data
226
+*.bim.layout
227
+*.bim_*.settings
228
+
229
+# Microsoft Fakes
230
+FakesAssemblies/
231
+
232
+# GhostDoc plugin setting file
233
+*.GhostDoc.xml
234
+
235
+# Node.js Tools for Visual Studio
236
+.ntvs_analysis.dat
237
+node_modules/
238
+
239
+# Typescript v1 declaration files
240
+typings/
241
+
242
+# Visual Studio 6 build log
243
+*.plg
244
+
245
+# Visual Studio 6 workspace options file
246
+*.opt
247
+
248
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
249
+*.vbw
250
+
251
+# Visual Studio LightSwitch build output
252
+**/*.HTMLClient/GeneratedArtifacts
253
+**/*.DesktopClient/GeneratedArtifacts
254
+**/*.DesktopClient/ModelManifest.xml
255
+**/*.Server/GeneratedArtifacts
256
+**/*.Server/ModelManifest.xml
257
+_Pvt_Extensions
258
+
259
+# Paket dependency manager
260
+.paket/paket.exe
261
+paket-files/
262
+
263
+# FAKE - F# Make
264
+.fake/
265
+
266
+# JetBrains Rider
267
+.idea/
268
+*.sln.iml
269
+
270
+# CodeRush
271
+.cr/
272
+
273
+# Python Tools for Visual Studio (PTVS)
274
+__pycache__/
275
+*.pyc
276
+
277
+# Cake - Uncomment if you are using it
278
+# tools/**
279
+# !tools/packages.config
280
+
281
+# Telerik's JustMock configuration file
282
+*.jmconfig
283
+
284
+# BizTalk build output
285
+*.btp.cs
286
+*.btm.cs
287
+*.odx.cs
288
+*.xsd.cs

+ 2 - 0
README.md Ver fichero

@@ -0,0 +1,2 @@
1
+# AquiferSupervision
2
+