source: sapic/static/jquery-entropizer-master/.gitignore @ 6047ecb

erwinexplicacion_situacionalgestion_usuariostaller_django
Last change on this file since 6047ecb was 57f6191, checked in by lhernandez <lhernandez@…>, 7 años ago

Agregado estructura del proyecto, desarrollado e implementado la gestion de usuario, por estabilizar la gestion de usuario segun diagramas de secuencias

  • Propiedad mode establecida a 100644
File size: 2.4 KB
Línea 
1#################
2## Entropizer
3#################
4
5bower_components/
6node_modules/
7specs/
8
9
10#################
11## Eclipse
12#################
13
14*.pydevproject
15.project
16.metadata
17bin/
18tmp/
19*.tmp
20*.bak
21*.swp
22*~.nib
23local.properties
24.classpath
25.settings/
26.loadpath
27
28# External tool builders
29.externalToolBuilders/
30
31# Locally stored "Eclipse launch configurations"
32*.launch
33
34# CDT-specific
35.cproject
36
37# PDT-specific
38.buildpath
39
40
41#################
42## Visual Studio
43#################
44
45## Ignore Visual Studio temporary files, build results, and
46## files generated by popular Visual Studio add-ons.
47
48# User-specific files
49*.suo
50*.user
51*.sln.docstates
52
53# Build results
54
55[Dd]ebug/
56[Rr]elease/
57x64/
58build/
59[Bb]in/
60[Oo]bj/
61
62# MSTest test Results
63[Tt]est[Rr]esult*/
64[Bb]uild[Ll]og.*
65
66*_i.c
67*_p.c
68*.ilk
69*.meta
70*.obj
71*.pch
72*.pdb
73*.pgc
74*.pgd
75*.rsp
76*.sbr
77*.tlb
78*.tli
79*.tlh
80*.tmp
81*.tmp_proj
82*.log
83*.vspscc
84*.vssscc
85.builds
86*.pidb
87*.log
88*.scc
89
90# Visual C++ cache files
91ipch/
92*.aps
93*.ncb
94*.opensdf
95*.sdf
96*.cachefile
97
98# Visual Studio profiler
99*.psess
100*.vsp
101*.vspx
102
103# Guidance Automation Toolkit
104*.gpState
105
106# ReSharper is a .NET coding add-in
107_ReSharper*/
108*.[Rr]e[Ss]harper
109
110# TeamCity is a build add-in
111_TeamCity*
112
113# DotCover is a Code Coverage Tool
114*.dotCover
115
116# NCrunch
117*.ncrunch*
118.*crunch*.local.xml
119
120# Installshield output folder
121[Ee]xpress/
122
123# DocProject is a documentation generator add-in
124DocProject/buildhelp/
125DocProject/Help/*.HxT
126DocProject/Help/*.HxC
127DocProject/Help/*.hhc
128DocProject/Help/*.hhk
129DocProject/Help/*.hhp
130DocProject/Help/Html2
131DocProject/Help/html
132
133# Click-Once directory
134publish/
135
136# Publish Web Output
137*.Publish.xml
138*.pubxml
139
140# NuGet Packages Directory
141## TODO: If you have NuGet Package Restore enabled, uncomment the next line
142#packages/
143
144# Windows Azure Build Output
145csx
146*.build.csdef
147
148# Windows Store app package directory
149AppPackages/
150
151# Others
152sql/
153*.Cache
154ClientBin/
155[Ss]tyle[Cc]op.*
156~$*
157*~
158*.dbmdl
159*.[Pp]ublish.xml
160*.pfx
161*.publishsettings
162
163# RIA/Silverlight projects
164Generated_Code/
165
166# Backup & report files from converting an old project file to a newer
167# Visual Studio version. Backup files are not needed, because we have git ;-)
168_UpgradeReport_Files/
169Backup*/
170UpgradeLog*.XML
171UpgradeLog*.htm
172
173# SQL Server files
174App_Data/*.mdf
175App_Data/*.ldf
176
177#############
178## Windows detritus
179#############
180
181# Windows image file caches
182Thumbs.db
183ehthumbs.db
184
185# Folder config file
186Desktop.ini
187
188# Recycle Bin used on file shares
189$RECYCLE.BIN/
190
191# Mac crap
192.DS_Store
193
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.