|
| 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 | + |
| 9 | +# Xamarin Studio / monodevelop user-specific |
| 10 | +*.userprefs |
| 11 | +*.dll.mdb |
| 12 | +*.exe.mdb |
| 13 | + |
| 14 | +# Build results |
| 15 | + |
| 16 | +[Dd]ebug/ |
| 17 | +[Rr]elease/ |
| 18 | +x64/ |
| 19 | +build/ |
| 20 | +[Bb]in/ |
| 21 | +[Oo]bj/ |
| 22 | + |
| 23 | +# MSTest test Results |
| 24 | +[Tt]est[Rr]esult*/ |
| 25 | +[Bb]uild[Ll]og.* |
| 26 | + |
| 27 | +*_i.c |
| 28 | +*_p.c |
| 29 | +*.ilk |
| 30 | +*.meta |
| 31 | +*.obj |
| 32 | +*.pch |
| 33 | +*.pdb |
| 34 | +*.pgc |
| 35 | +*.pgd |
| 36 | +*.rsp |
| 37 | +*.sbr |
| 38 | +*.tlb |
| 39 | +*.tli |
| 40 | +*.tlh |
| 41 | +*.tmp |
| 42 | +*.tmp_proj |
| 43 | +*.log |
| 44 | +*.vspscc |
| 45 | +*.vssscc |
| 46 | +.builds |
| 47 | +*.pidb |
| 48 | +*.log |
| 49 | +*.scc |
| 50 | + |
| 51 | +# Visual C++ cache files |
| 52 | +ipch/ |
| 53 | +*.aps |
| 54 | +*.ncb |
| 55 | +*.opensdf |
| 56 | +*.sdf |
| 57 | +*.cachefile |
| 58 | + |
| 59 | +# Visual Studio profiler |
| 60 | +*.psess |
| 61 | +*.vsp |
| 62 | +*.vspx |
| 63 | + |
| 64 | +# Other Visual Studio data |
| 65 | +.vs/ |
| 66 | + |
| 67 | +# Guidance Automation Toolkit |
| 68 | +*.gpState |
| 69 | + |
| 70 | +# ReSharper is a .NET coding add-in |
| 71 | +_ReSharper*/ |
| 72 | +*.[Rr]e[Ss]harper |
| 73 | + |
| 74 | +# TeamCity is a build add-in |
| 75 | +_TeamCity* |
| 76 | + |
| 77 | +# DotCover is a Code Coverage Tool |
| 78 | +*.dotCover |
| 79 | + |
| 80 | +# NCrunch |
| 81 | +*.ncrunch* |
| 82 | +.*crunch*.local.xml |
| 83 | + |
| 84 | +# Installshield output folder |
| 85 | +[Ee]xpress/ |
| 86 | + |
| 87 | +# DocProject is a documentation generator add-in |
| 88 | +DocProject/buildhelp/ |
| 89 | +DocProject/Help/*.HxT |
| 90 | +DocProject/Help/*.HxC |
| 91 | +DocProject/Help/*.hhc |
| 92 | +DocProject/Help/*.hhk |
| 93 | +DocProject/Help/*.hhp |
| 94 | +DocProject/Help/Html2 |
| 95 | +DocProject/Help/html |
| 96 | + |
| 97 | +# Click-Once directory |
| 98 | +publish/ |
| 99 | + |
| 100 | +# Publish Web Output |
| 101 | +*.Publish.xml |
| 102 | + |
| 103 | +# Enable nuget.exe in the .nuget folder (though normally executables are not tracked) |
| 104 | +!.nuget/NuGet.exe |
| 105 | + |
| 106 | +# Windows Azure Build Output |
| 107 | +csx |
| 108 | +*.build.csdef |
| 109 | + |
| 110 | +# Windows Store app package directory |
| 111 | +AppPackages/ |
| 112 | + |
| 113 | +# VSCode |
| 114 | +.vscode/ |
| 115 | + |
| 116 | +# Others |
| 117 | +sql/ |
| 118 | +*.Cache |
| 119 | +ClientBin/ |
| 120 | +[Ss]tyle[Cc]op.* |
| 121 | +~$* |
| 122 | +*~ |
| 123 | +*.dbmdl |
| 124 | +*.[Pp]ublish.xml |
| 125 | +*.pfx |
| 126 | +*.publishsettings |
| 127 | + |
| 128 | +# RIA/Silverlight projects |
| 129 | +Generated_Code/ |
| 130 | + |
| 131 | +# Backup & report files from converting an old project file to a newer |
| 132 | +# Visual Studio version. Backup files are not needed, because we have git ;-) |
| 133 | +_UpgradeReport_Files/ |
| 134 | +Backup*/ |
| 135 | +UpgradeLog*.XML |
| 136 | +UpgradeLog*.htm |
| 137 | + |
| 138 | +# SQL Server files |
| 139 | +App_Data/*.mdf |
| 140 | +App_Data/*.ldf |
| 141 | + |
| 142 | + |
| 143 | +#LightSwitch generated files |
| 144 | +GeneratedArtifacts/ |
| 145 | +_Pvt_Extensions/ |
| 146 | +ModelManifest.xml |
| 147 | + |
| 148 | +# ========================= |
| 149 | +# Windows detritus |
| 150 | +# ========================= |
| 151 | + |
| 152 | +# Windows image file caches |
| 153 | +Thumbs.db |
| 154 | +ehthumbs.db |
| 155 | + |
| 156 | +# Folder config file |
| 157 | +Desktop.ini |
| 158 | + |
| 159 | +# Recycle Bin used on file shares |
| 160 | +$RECYCLE.BIN/ |
| 161 | + |
| 162 | +# Mac desktop service store files |
| 163 | +.DS_Store |
| 164 | + |
| 165 | +# =================================================== |
| 166 | +# Exclude F# project specific directories and files |
| 167 | +# =================================================== |
| 168 | + |
| 169 | +# NuGet Packages Directory |
| 170 | +packages/ |
| 171 | + |
| 172 | +# Test results produced by build |
| 173 | +TestResults.xml |
| 174 | + |
| 175 | +# Nuget outputs |
| 176 | +nuget/*.nupkg |
| 177 | +release.cmd |
| 178 | +release.sh |
| 179 | +localpackages/ |
| 180 | +paket-files |
| 181 | +*.orig |
| 182 | +.paket/paket.exe |
| 183 | +docsrc/content/license.md |
| 184 | +docsrc/content/release-notes.md |
| 185 | +.fake |
| 186 | +docsrc/tools/FSharp.Formatting.svclog |
0 commit comments