Skip to content

Commit 362e6c3

Browse files
committed
Updated gitignore
1 parent f0143e4 commit 362e6c3

File tree

1 file changed

+122
-29
lines changed

1 file changed

+122
-29
lines changed

.gitignore

Lines changed: 122 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ local.properties
2525
# PDT-specific
2626
.buildpath
2727

28-
###########
29-
## Symlinks
30-
###########
31-
32-
*-sym.*
33-
*-symdir/
34-
[Ee]xternal[Ff]iles/
35-
/src/Plugins/*-sym
36-
/src/Presentation/SmartStore.Web/Themes/*-sym
37-
3828
###########################################################
3929
## Ignore Visual Studio temporary files, build results, and
4030
## files generated by popular Visual Studio add-ons.
@@ -43,23 +33,48 @@ local.properties
4333
# User-specific files
4434
*.suo
4535
*.user
36+
*.userosscache
4637
*.sln.docstates
4738

48-
# Build results
39+
# User-specific files (MonoDevelop/Xamarin Studio)
40+
*.userprefs
4941

42+
# Build results
5043
[Dd]ebug/
44+
[Dd]ebugPublic/
5145
[Rr]elease/
46+
[Rr]eleases/
5247
x64/
53-
# build/
48+
x86/
49+
bld/
5450
[Bb]in/
5551
[Oo]bj/
5652

53+
# Visual Studio 2015 cache/options directory
54+
.vs/
55+
# Uncomment if you have tasks that create the project's static files in wwwroot
56+
#wwwroot/
57+
5758
# MSTest test Results
5859
[Tt]est[Rr]esult*/
5960
[Bb]uild[Ll]og.*
6061

62+
# NUNIT
63+
*.VisualState.xml
64+
TestResult.xml
65+
66+
# Build Results of an ATL Project
67+
[Dd]ebugPS/
68+
[Rr]eleasePS/
69+
dlldata.c
70+
71+
# DNX
72+
project.lock.json
73+
artifacts/
74+
6175
*_i.c
6276
*_p.c
77+
*_i.h
6378
*.ilk
6479
*.meta
6580
*.obj
@@ -79,6 +94,7 @@ x64/
7994
*.vssscc
8095
.builds
8196
*.pidb
97+
*.svclog
8298
*.scc
8399

84100
# Visual C++ cache files
@@ -93,6 +109,7 @@ ipch/
93109
*.psess
94110
*.vsp
95111
*.vspx
112+
*.sap
96113

97114
# Guidance Automation Toolkit
98115
*.gpState
@@ -108,8 +125,16 @@ _TeamCity*
108125
*.dotCover
109126

110127
# NCrunch
111-
*.ncrunch*
128+
_NCrunch_*
112129
.*crunch*.local.xml
130+
nCrunchTemp_*
131+
132+
# MightyMoose
133+
*.mm.*
134+
AutoTest.Net/
135+
136+
# Web workbench (sass)
137+
.sass-cache/
113138

114139
# Installshield output folder
115140
[Ee]xpress/
@@ -128,31 +153,58 @@ DocProject/Help/html
128153
publish/
129154

130155
# Publish Web Output
131-
*.Publish.xml
156+
*.[Pp]ublish.xml
157+
*.azurePubxml
158+
# TODO: Comment the next line if you want to checkin your web deploy settings
159+
# but database connection strings (with potential passwords) will be unencrypted
132160
*.pubxml
133-
134-
# NuGet Packages Directory
135-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
136-
/src/packages
161+
*.publishproj
162+
163+
# NuGet Packages
164+
*.nupkg
165+
# The packages folder can be ignored because of Package Restore
166+
**/packages/*
167+
# except build/, which is used as an MSBuild target.
168+
!**/packages/build/
169+
# Uncomment if necessary however generally it will be regenerated when needed
170+
#!**/packages/repositories.config
171+
# NuGet v3's project.json files produces more ignoreable files
172+
*.nuget.props
173+
*.nuget.targets
137174

138175
# Windows Azure Build Output
139176
csx
140177
*.build.csdef
141178

179+
# Microsoft Azure Emulator
180+
ecf/
181+
rcf/
182+
183+
# Microsoft Azure ApplicationInsights config file
184+
ApplicationInsights.config
185+
142186
# Windows Store app package directory
143187
AppPackages/
188+
BundleArtifacts/
189+
190+
# Visual Studio cache files
191+
# files ending in .cache can be ignored
192+
*.[Cc]ache
193+
# but keep track of directories ending in .cache
194+
!*.[Cc]ache/
144195

145196
# Others
146197
# sql/
147-
*.Cache
148198
ClientBin/
149199
[Ss]tyle[Cc]op.*
150200
~$*
151201
*~
152202
*.dbmdl
153-
*.[Pp]ublish.xml
203+
*.dbproj.schemaview
154204
*.pfx
155205
*.publishsettings
206+
node_modules/
207+
orleans.codegen.cs
156208

157209
# RIA/Silverlight projects
158210
Generated_Code/
@@ -165,12 +217,42 @@ UpgradeLog*.XML
165217
UpgradeLog*.htm
166218

167219
# SQL Server files
168-
App_Data/*.mdf
169-
App_Data/*.ldf
220+
*.mdf
221+
*.ldf
222+
223+
# Business Intelligence projects
224+
*.rdl.data
225+
*.bim.layout
226+
*.bim_*.settings
170227

171-
###################
172-
## Windows detritus
173-
###################
228+
# Microsoft Fakes
229+
FakesAssemblies/
230+
231+
# GhostDoc plugin setting file
232+
*.GhostDoc.xml
233+
234+
# Node.js Tools for Visual Studio
235+
.ntvs_analysis.dat
236+
237+
# Visual Studio 6 build log
238+
*.plg
239+
240+
# Visual Studio 6 workspace options file
241+
*.opt
242+
243+
# Visual Studio LightSwitch build output
244+
**/*.HTMLClient/GeneratedArtifacts
245+
**/*.DesktopClient/GeneratedArtifacts
246+
**/*.DesktopClient/ModelManifest.xml
247+
**/*.Server/GeneratedArtifacts
248+
**/*.Server/ModelManifest.xml
249+
_Pvt_Extensions
250+
251+
# Paket dependency manager
252+
.paket/paket.exe
253+
254+
# FAKE - F# Make
255+
.fake/
174256

175257
# Windows image file caches
176258
Thumbs.db
@@ -185,6 +267,21 @@ $RECYCLE.BIN/
185267
# Mac crap
186268
.DS_Store
187269

270+
271+
###########
272+
## Symlinks
273+
###########
274+
275+
*-sym.*
276+
*-symdir/
277+
[Ee]xternal[Ff]iles/
278+
/src/Plugins/*-sym
279+
/src/Presentation/SmartStore.Web/Themes/*-sym
280+
281+
282+
###########
283+
## Specific
284+
###########
188285
# Backups
189286
[Bb]ackup/
190287
[Bb]ackups/
@@ -194,9 +291,6 @@ _[Bb]ackups/
194291
*.orig
195292
Kopie von*
196293

197-
###########
198-
## Specific
199-
###########
200294
/build
201295
/src/Presentation/SmartStore.Web/Plugins
202296
/src/Presentation/SmartStore.Web/App_Data/_temp/
@@ -221,4 +315,3 @@ Kopie von*
221315

222316
src/SmartStoreNET.Packager.sln
223317
Log.txt
224-
.vs/

0 commit comments

Comments
 (0)