Skip to content

Commit aa12e87

Browse files
committed
updated ignore
1 parent 9dc88e7 commit aa12e87

File tree

1 file changed

+93
-66
lines changed

1 file changed

+93
-66
lines changed

.gitignore

Lines changed: 93 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,47 @@
44
# User-specific files
55
*.suo
66
*.user
7+
*.userosscache
78
*.sln.docstates
89

9-
# Xamarin Studio / monodevelop user-specific
10+
# User-specific files (MonoDevelop/Xamarin Studio)
1011
*.userprefs
1112

1213
# Build results
13-
1414
[Dd]ebug/
15+
[Dd]ebugPublic/
1516
[Rr]elease/
17+
[Rr]eleases/
1618
x64/
19+
x86/
1720
build/
21+
bld/
1822
[Bb]in/
1923
[Oo]bj/
2024

21-
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
22-
!packages/*/build/
25+
# Visual Studio 2015 cache/options directory
26+
.vs/
2327

2428
# MSTest test Results
2529
[Tt]est[Rr]esult*/
2630
[Bb]uild[Ll]og.*
2731

32+
# NUNIT
33+
*.VisualState.xml
34+
TestResult.xml
35+
36+
# Build Results of an ATL Project
37+
[Dd]ebugPS/
38+
[Rr]eleasePS/
39+
dlldata.c
40+
41+
# DNX
42+
project.lock.json
43+
artifacts/
44+
2845
*_i.c
2946
*_p.c
47+
*_i.h
3048
*.ilk
3149
*.meta
3250
*.obj
@@ -46,9 +64,12 @@ build/
4664
*.vssscc
4765
.builds
4866
*.pidb
49-
*.log
67+
*.svclog
5068
*.scc
5169

70+
# Chutzpah Test files
71+
_Chutzpah*
72+
5273
# Visual C++ cache files
5374
ipch/
5475
*.aps
@@ -62,15 +83,22 @@ ipch/
6283
*.vsp
6384
*.vspx
6485

65-
# Other Visual Studio data
66-
.vs/
86+
# TFS 2012 Local Workspace
87+
$tf/
6788

6889
# Guidance Automation Toolkit
6990
*.gpState
7091

92+
# CodeRush is a .NET coding add-in
93+
.cr/
94+
7195
# ReSharper is a .NET coding add-in
7296
_ReSharper*/
7397
*.[Rr]e[Ss]harper
98+
*.DotSettings.user
99+
100+
# JustCode is a .NET coding add-in
101+
.JustCode
74102

75103
# TeamCity is a build add-in
76104
_TeamCity*
@@ -79,9 +107,16 @@ _TeamCity*
79107
*.dotCover
80108

81109
# NCrunch
82-
*.ncrunch*
110+
_NCrunch_*
83111
.*crunch*.local.xml
84112

113+
# MightyMoose
114+
*.mm.*
115+
AutoTest.Net/
116+
117+
# Web workbench (sass)
118+
.sass-cache/
119+
85120
# Installshield output folder
86121
[Ee]xpress/
87122

@@ -99,92 +134,84 @@ DocProject/Help/html
99134
publish/
100135

101136
# Publish Web Output
102-
*.Publish.xml
103-
104-
# Enable nuget.exe in the .nuget folder (though normally executables are not tracked)
105-
!.nuget/NuGet.exe
137+
*.[Pp]ublish.xml
138+
*.azurePubxml
139+
## TODO: Comment the next line if you want to checkin your
140+
## web deploy settings but do note that will include unencrypted
141+
## passwords
142+
#*.pubxml
143+
144+
*.publishproj
145+
146+
# NuGet Packages
147+
*.nupkg
148+
# The packages folder can be ignored because of Package Restore
149+
**/packages/*
150+
# project.json output for .csproj and .fsproj projects can be ignored because of Package Restore
151+
*.nuget.targets
152+
# except build/, which is used as an MSBuild target.
153+
!**/packages/build/
154+
# Uncomment if necessary however generally it will be regenerated when needed
155+
#!**/packages/repositories.config
106156

107157
# Windows Azure Build Output
108-
csx
158+
csx/
109159
*.build.csdef
110160

111161
# Windows Store app package directory
112162
AppPackages/
113163

164+
# Visual Studio cache files
165+
# files ending in .cache can be ignored
166+
*.[Cc]ache
167+
# but keep track of directories ending in .cache
168+
!*.[Cc]ache/
169+
114170
# Others
115-
sql/
116-
*.Cache
117171
ClientBin/
118172
[Ss]tyle[Cc]op.*
119173
~$*
120174
*~
121175
*.dbmdl
122-
*.[Pp]ublish.xml
176+
*.dbproj.schemaview
123177
*.pfx
124178
*.publishsettings
179+
node_modules/
180+
orleans.codegen.cs
125181

126182
# RIA/Silverlight projects
127183
Generated_Code/
128184

129-
# Backup & report files from converting an old project file to a newer
130-
# Visual Studio version. Backup files are not needed, because we have git ;-)
185+
# Backup & report files from converting an old project file
186+
# to a newer Visual Studio version. Backup files are not needed,
187+
# because we have git ;-)
131188
_UpgradeReport_Files/
132189
Backup*/
133190
UpgradeLog*.XML
134191
UpgradeLog*.htm
135192

136193
# SQL Server files
137-
App_Data/*.mdf
138-
App_Data/*.ldf
139-
140-
141-
#LightSwitch generated files
142-
GeneratedArtifacts/
143-
_Pvt_Extensions/
144-
ModelManifest.xml
145-
146-
# =========================
147-
# Windows detritus
148-
# =========================
194+
*.mdf
195+
*.ldf
149196

150-
# Windows image file caches
151-
Thumbs.db
152-
ehthumbs.db
197+
# Business Intelligence projects
198+
*.rdl.data
199+
*.bim.layout
200+
*.bim_*.settings
153201

154-
# Folder config file
155-
Desktop.ini
202+
# Microsoft Fakes
203+
FakesAssemblies/
156204

157-
# Recycle Bin used on file shares
158-
$RECYCLE.BIN/
205+
# Node.js Tools for Visual Studio
206+
.ntvs_analysis.dat
159207

160-
# Mac desktop service store files
161-
.DS_Store
208+
# Visual Studio 6 build log
209+
*.plg
162210

163-
# ===================================================
164-
# Exclude F# project specific directories and files
165-
# ===================================================
211+
# Visual Studio 6 workspace options file
212+
*.opt
166213

167-
# NuGet Packages Directory
168-
packages/
169-
170-
# Generated documentation folder
171-
docs/output/
172-
173-
# Temp folder used for publishing docs
174-
temp/
175-
176-
# Test results produced by build
177-
TestResults.xml
178-
179-
# Nuget outputs
180-
nuget/*.nupkg
181-
release.cmd
182-
release.sh
183-
localpackages/
184-
paket-files
185-
*.orig
186-
.paket/paket.exe
187-
docs/content/license.md
188-
docs/content/release-notes.md
189-
*.lock.json
190-
/Source/FSharp.Collections.Immutable/.cr/Settings.xml
214+
# LightSwitch generated files
215+
GeneratedArtifacts/
216+
_Pvt_Extensions/
217+
ModelManifest.xml

0 commit comments

Comments
 (0)