Another gitignore update. Documentation sources are not included in repository now.
[SecondTask.git] / .gitignore
blobd4e5bbd01f40d9d1457fd1bb5a83774934a97cb4
1 Certificates
2 Documentation
4 ### OSX ###
5 .DS_Store
6 .AppleDouble
7 .LSOverride
9 # Icon must end with two \r
10 Icon
13 # Thumbnails
14 ._*
16 # Files that might appear on external disk
17 .Spotlight-V100
18 .Trashes
20 # Directories potentially created on remote AFP share
21 .AppleDB
22 .AppleDesktop
23 Network Trash Folder
24 Temporary Items
25 .apdisk
28 ### AppCode ###
29 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
31 /*.iml
33 ## Directory-based project format:
34 .idea/
35 # if you remove the above rule, at least ignore the follwing:
37 # User-specific stuff:
38 # .idea/workspace.xml
39 # .idea/tasks.xml
40 # .idea/dictionaries
42 # Sensitive or high-churn files:
43 # .idea/dataSources.ids
44 # .idea/dataSources.xml
45 # .idea/sqlDataSources.xml
46 # .idea/dynamic.xml
47 # .idea/uiDesigner.xml
49 # Gradle:
50 # .idea/gradle.xml
51 # .idea/libraries
53 # Mongo Explorer plugin:
54 # .idea/mongoSettings.xml
56 ## File-based project format:
57 *.ipr
58 *.iws
60 ## Plugin-specific files:
62 # IntelliJ
63 out/
65 # mpeltonen/sbt-idea plugin
66 .idea_modules/
68 # JIRA plugin
69 atlassian-ide-plugin.xml
71 # Crashlytics plugin (for Android Studio and IntelliJ)
72 com_crashlytics_export_strings.xml
75 ### Intellij ###
76 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
78 /*.iml
80 ## Directory-based project format:
81 .idea/
82 # if you remove the above rule, at least ignore the follwing:
84 # User-specific stuff:
85 # .idea/workspace.xml
86 # .idea/tasks.xml
87 # .idea/dictionaries
89 # Sensitive or high-churn files:
90 # .idea/dataSources.ids
91 # .idea/dataSources.xml
92 # .idea/sqlDataSources.xml
93 # .idea/dynamic.xml
94 # .idea/uiDesigner.xml
96 # Gradle:
97 # .idea/gradle.xml
98 # .idea/libraries
100 # Mongo Explorer plugin:
101 # .idea/mongoSettings.xml
103 ## File-based project format:
104 *.ipr
105 *.iws
107 ## Plugin-specific files:
109 # IntelliJ
110 out/
112 # mpeltonen/sbt-idea plugin
113 .idea_modules/
115 # JIRA plugin
116 atlassian-ide-plugin.xml
118 # Crashlytics plugin (for Android Studio and IntelliJ)
119 com_crashlytics_export_strings.xml
122 ### C++ ###
123 # Compiled Object files
124 *.slo
125 *.lo
127 *.obj
129 # Precompiled Headers
130 # *.gch
131 # *.pch
133 # Compiled Dynamic libraries
134 # *.so
135 # *.dylib
136 # *.dll
138 # Fortran module files
139 *.mod
141 # Compiled Static libraries
142 # *.lai
143 # *.la
144 # *.a
145 # *.lib
147 # Executables
148 *.exe
149 *.out
150 *.app
153 ### Objective-C ###
154 # Xcode
156 build/
157 *.pbxuser
158 !default.pbxuser
159 *.mode1v3
160 !default.mode1v3
161 *.mode2v3
162 !default.mode2v3
163 *.perspectivev3
164 !default.perspectivev3
165 xcuserdata
166 *.xccheckout
167 *.moved-aside
168 DerivedData
169 *.hmap
170 *.ipa
171 *.xcuserstate
173 # CocoaPods
175 # We recommend against adding the Pods directory to your .gitignore. However
176 # you should judge for yourself, the pros and cons are mentioned at:
177 # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
179 # Pods/
182 ### VisualStudio ###
183 ## Ignore Visual Studio temporary files, build results, and
184 ## files generated by popular Visual Studio add-ons.
186 # User-specific files
187 *.suo
188 *.user
189 *.sln.docstates
191 # Build results
192 [Dd]ebug/
193 [Dd]ebugPublic/
194 [Rr]elease/
195 [Rr]eleases/
196 x64/
197 x86/
198 [Bb]uild/
199 bld/
200 [Bb]in/
201 [Oo]bj/
203 # Roslyn cache directories
204 *.ide/
206 # MSTest test Results
207 [Tt]est[Rr]esult*/
208 [Bb]uild[Ll]og.*
210 #NUNIT
211 *.VisualState.xml
212 TestResult.xml
214 # Build Results of an ATL Project
215 [Dd]ebugPS/
216 [Rr]eleasePS/
217 dlldata.c
219 *_i.c
220 *_p.c
221 *_i.h
222 *.ilk
223 *.meta
224 *.obj
225 *.pch
226 *.pdb
227 *.pgc
228 *.pgd
229 *.rsp
230 *.sbr
231 *.tlb
232 *.tli
233 *.tlh
234 *.tmp
235 *.tmp_proj
236 *.log
237 *.vspscc
238 *.vssscc
239 .builds
240 *.pidb
241 *.svclog
242 *.scc
244 # Chutzpah Test files
245 _Chutzpah*
247 # Visual C++ cache files
248 ipch/
249 *.aps
250 *.ncb
251 *.opensdf
252 *.sdf
253 *.cachefile
255 # Visual Studio profiler
256 *.psess
257 *.vsp
258 *.vspx
260 # TFS 2012 Local Workspace
261 $tf/
263 # Guidance Automation Toolkit
264 *.gpState
266 # ReSharper is a .NET coding add-in
267 _ReSharper*/
268 *.[Rr]e[Ss]harper
269 *.DotSettings.user
271 # JustCode is a .NET coding addin-in
272 .JustCode
274 # TeamCity is a build add-in
275 _TeamCity*
277 # DotCover is a Code Coverage Tool
278 *.dotCover
280 # NCrunch
281 _NCrunch_*
282 .*crunch*.local.xml
284 # MightyMoose
285 *.mm.*
286 AutoTest.Net/
288 # Web workbench (sass)
289 .sass-cache/
291 # Installshield output folder
292 [Ee]xpress/
294 # DocProject is a documentation generator add-in
295 DocProject/buildhelp/
296 DocProject/Help/*.HxT
297 DocProject/Help/*.HxC
298 DocProject/Help/*.hhc
299 DocProject/Help/*.hhk
300 DocProject/Help/*.hhp
301 DocProject/Help/Html2
302 DocProject/Help/html
304 # Click-Once directory
305 publish/
307 # Publish Web Output
308 *.[Pp]ublish.xml
309 *.azurePubxml
310 # TODO: Comment the next line if you want to checkin your web deploy settings 
311 # but database connection strings (with potential passwords) will be unencrypted
312 *.pubxml
313 *.publishproj
315 # NuGet Packages
316 *.nupkg
317 # The packages folder can be ignored because of Package Restore
318 **/packages/*
319 # except build/, which is used as an MSBuild target.
320 !**/packages/build/
321 # If using the old MSBuild-Integrated Package Restore, uncomment this:
322 #!**/packages/repositories.config
324 # Windows Azure Build Output
325 csx/
326 *.build.csdef
328 # Windows Store app package directory
329 AppPackages/
331 # Others
332 sql/
333 *.Cache
334 ClientBin/
335 [Ss]tyle[Cc]op.*
338 *.dbmdl
339 *.dbproj.schemaview
340 *.pfx
341 *.publishsettings
342 node_modules/
344 # RIA/Silverlight projects
345 Generated_Code/
347 # Backup & report files from converting an old project file
348 # to a newer Visual Studio version. Backup files are not needed,
349 # because we have git ;-)
350 _UpgradeReport_Files/
351 Backup*/
352 UpgradeLog*.XML
353 UpgradeLog*.htm
355 # SQL Server files
356 *.mdf
357 *.ldf
359 # Business Intelligence projects
360 *.rdl.data
361 *.bim.layout
362 *.bim_*.settings
364 # Microsoft Fakes
365 FakesAssemblies/