Merge "Rename ColorPickerView to ColorSelector" into tizen
[platform/core/csapi/xamarin-forms-extension.git] / .gitignore
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 # User-specific files
5 *.suo
6 *.user
7 *.sln.docstates
8 *.userprefs
9 *.vs/
10
11 # ignore Xamarin.Android Resource.Designer.cs files
12 **/*.Droid/**/[Rr]esource.[Dd]esigner.cs
13 **/*.Android/**/[Rr]esource.[Dd]esigner.cs
14 **/Android/**/[Rr]esource.[Dd]esigner.cs
15
16 # Xamarin Components
17 Components/
18
19 # Build results
20 [Dd]ebug/
21 [Dd]ebugPublic/
22 [Rr]elease/
23 x64/
24 build/
25 bld/
26 [Bb]in/
27 [Oo]bj/
28
29 # MSTest test Results
30 [Tt]est[Rr]esult*/
31 [Bb]uild[Ll]og.*
32
33 #NUNIT
34 *.VisualState.xml
35 TestResult.xml
36
37 # Build Results of an ATL Project
38 [Dd]ebugPS/
39 [Rr]eleasePS/
40 dlldata.c
41
42 *_i.c
43 *_p.c
44 *_i.h
45 *.ilk
46 *.meta
47 *.obj
48 *.pch
49 *.pdb
50 *.pgc
51 *.pgd
52 *.rsp
53 *.sbr
54 *.tlb
55 *.tli
56 *.tlh
57 *.tmp
58 *.tmp_proj
59 *.log
60 *.vspscc
61 *.vssscc
62 .builds
63 *.pidb
64 *.svclog
65 *.scc
66
67 # Chutzpah Test files
68 _Chutzpah*
69
70 # Visual C++ cache files
71 ipch/
72 *.aps
73 *.ncb
74 *.opensdf
75 *.sdf
76 *.cachefile
77
78 # Visual Studio profiler
79 *.psess
80 *.vsp
81 *.vspx
82
83 # TFS 2012 Local Workspace
84 $tf/
85
86 # Guidance Automation Toolkit
87 *.gpState
88
89 # ReSharper is a .NET coding add-in
90 _ReSharper*/
91 *.[Rr]e[Ss]harper
92 *.DotSettings.user
93
94 # JustCode is a .NET coding addin-in
95 .JustCode
96
97 # TeamCity is a build add-in
98 _TeamCity*
99
100 # DotCover is a Code Coverage Tool
101 *.dotCover
102
103 # NCrunch
104 *.ncrunch*
105 _NCrunch_*
106 .*crunch*.local.xml
107
108 # MightyMoose
109 *.mm.*
110 AutoTest.Net/
111
112 # Web workbench (sass)
113 .sass-cache/
114
115 # Installshield output folder
116 [Ee]xpress/
117
118 # DocProject is a documentation generator add-in
119 DocProject/buildhelp/
120 DocProject/Help/*.HxT
121 DocProject/Help/*.HxC
122 DocProject/Help/*.hhc
123 DocProject/Help/*.hhk
124 DocProject/Help/*.hhp
125 DocProject/Help/Html2
126 DocProject/Help/html
127
128 # Click-Once directory
129 publish/
130
131 # Publish Web Output
132 *.[Pp]ublish.xml
133 *.azurePubxml
134
135 # NuGet Packages Directory
136 packages/
137 *.nuget.targets
138 *.lock.json
139 *.nuget.props
140
141 ## TODO: If the tool you use requires repositories.config uncomment the next line
142 #!packages/repositories.config
143
144 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
145 # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
146 !packages/*/build/
147
148 # Windows Azure Build Output
149 csx/
150 *.build.csdef
151
152 # Windows Store app package directory
153 AppPackages/
154
155 # Others
156 sql/
157 *.Cache
158 ClientBin/
159 [Ss]tyle[Cc]op.*
160 ~$*
161 *~
162 *.dbmdl
163 *.dbproj.schemaview
164 *.pfx
165 *.publishsettings
166 node_modules/
167 .DS_Store
168 *.bak
169
170 # RIA/Silverlight projects
171 Generated_Code/
172
173 # Backup & report files from converting an old project file to a newer
174 # Visual Studio version. Backup files are not needed, because we have git ;-)
175 _UpgradeReport_Files/
176 Backup*/
177 UpgradeLog*.XML
178 UpgradeLog*.htm
179
180 # SQL Server files
181 *.mdf
182 *.ldf
183
184 # Business Intelligence projects
185 *.rdl.data
186 *.bim.layout
187 *.bim_*.settings
188
189 # Microsoft Fakes
190 FakesAssemblies/
191