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
1+ .fable /
2+ * .fs.js
3+ * .fs.js.map
4+ .fake /
5+ .farmer /
6+ .idea /
7+ .ionide /
658.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-
114- # Vim
115- * .swp
116-
117- # Others
118- sql /
119- * .Cache
120- ClientBin /
121- [Ss ]tyle [Cc ]op. *
122- ~$ *
123- * ~
124- * .dbmdl
125- * . [Pp ]ublish.xml
126- * .pfx
127- * .publishsettings
128-
129- # RIA/Silverlight projects
130- Generated_Code /
131-
132- # Backup & report files from converting an old project file to a newer
133- # Visual Studio version. Backup files are not needed, because we have git ;-)
134- _UpgradeReport_Files /
135- Backup * /
136- UpgradeLog * .XML
137- UpgradeLog * .htm
138-
139- # SQL Server files
140- App_Data /* .mdf
141- App_Data /* .ldf
142-
143-
144- # LightSwitch generated files
145- GeneratedArtifacts /
146- _Pvt_Extensions /
147- ModelManifest.xml
148-
149- # =========================
150- # Windows detritus
151- # =========================
152-
153- # Windows image file caches
154- Thumbs.db
155- ehthumbs.db
156-
157- # Folder config file
158- Desktop.ini
159-
160- # Recycle Bin used on file shares
161- $RECYCLE.BIN /
162-
163- # Mac desktop service store files
164- .DS_Store
165-
166- # ===================================================
167- # Exclude F# project specific directories and files
168- # ===================================================
169-
170- # NuGet Packages Directory
9+ deploy /
10+ obj /
11+ bin /
12+ output /
17113packages /
172-
173- # Generated documentation folder
174- docs /output /
175-
176- # Temp folder used for publishing docs
177- temp /
178-
179- # Test results produced by build
180- TestResults.xml
181-
182- # Nuget outputs
183- nuget /* .nupkg
14+ paket-files /
15+ node_modules /
18416release.cmd
18517release.sh
186- localpackages /
187- paket-files
18818* .orig
189- docs /content /license.md
190- docs /content /release-notes.md
191- .fake
192- docs /tools /FSharp.Formatting.svclog
193- node_modules
194- src /Client /public /
195- deploy
196- /.ionide
19+ * .fsproj.user
20+ * .DotSettings.user
0 commit comments