Skip to content

Commit b3faaa1

Browse files
author
wwwlicious
committed
updating build
1 parent be0aec8 commit b3faaa1

File tree

7 files changed

+271
-141
lines changed

7 files changed

+271
-141
lines changed

.appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ branches:
1818
- /release/.*/
1919
- /hotfix/.*/
2020

21-
#---------------------------------#
22-
# Build Cache #
23-
#---------------------------------#
24-
cache:
25-
- src\packages -> src\**\packages.config
26-
- tools -> setup.cake
27-
2821
#---------------------------------#
2922
# environment configuration #
3023
#---------------------------------#

.gitignore

+1-106
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dlldata.c
4242

4343
# DNX
4444
project.lock.json
45-
BuildArtifacts/
45+
.artifacts/
4646
tools/
4747

4848

@@ -71,78 +71,12 @@ tools/
7171
*.svclog
7272
*.scc
7373

74-
# Chutzpah Test files
75-
_Chutzpah*
76-
77-
# Visual C++ cache files
78-
ipch/
79-
*.aps
80-
*.ncb
81-
*.opensdf
82-
*.sdf
83-
*.cachefile
84-
85-
# Visual Studio profiler
86-
*.psess
87-
*.vsp
88-
*.vspx
89-
90-
# TFS 2012 Local Workspace
91-
$tf/
92-
93-
# Guidance Automation Toolkit
94-
*.gpState
9574

9675
# ReSharper is a .NET coding add-in
9776
_ReSharper*/
9877
*.[Rr]e[Ss]harper
9978
*.DotSettings.user
10079

101-
# JustCode is a .NET coding add-in
102-
.JustCode
103-
104-
# TeamCity is a build add-in
105-
_TeamCity*
106-
107-
# DotCover is a Code Coverage Tool
108-
*.dotCover
109-
110-
# NCrunch
111-
_NCrunch_*
112-
.*crunch*.local.xml
113-
114-
# MightyMoose
115-
*.mm.*
116-
AutoTest.Net/
117-
118-
# Web workbench (sass)
119-
.sass-cache/
120-
121-
# Installshield output folder
122-
[Ee]xpress/
123-
124-
# DocProject is a documentation generator add-in
125-
DocProject/buildhelp/
126-
DocProject/Help/*.HxT
127-
DocProject/Help/*.HxC
128-
DocProject/Help/*.hhc
129-
DocProject/Help/*.hhk
130-
DocProject/Help/*.hhp
131-
DocProject/Help/Html2
132-
DocProject/Help/html
133-
134-
# Click-Once directory
135-
publish/
136-
137-
# Publish Web Output
138-
*.[Pp]ublish.xml
139-
*.azurePubxml
140-
## TODO: Comment the next line if you want to checkin your
141-
## web deploy settings but do note that will include unencrypted
142-
## passwords
143-
#*.pubxml
144-
145-
*.publishproj
14680

14781
# NuGet Packages
14882
*.nupkg
@@ -153,34 +87,12 @@ publish/
15387
# Uncomment if necessary however generally it will be regenerated when needed
15488
#!**/packages/repositories.config
15589

156-
# Windows Azure Build Output
157-
csx/
158-
*.build.csdef
159-
160-
# Windows Store app package directory
161-
AppPackages/
162-
16390
# Visual Studio cache files
16491
# files ending in .cache can be ignored
16592
*.[Cc]ache
16693
# but keep track of directories ending in .cache
16794
!*.[Cc]ache/
16895

169-
# Others
170-
ClientBin/
171-
[Ss]tyle[Cc]op.*
172-
~$*
173-
*~
174-
*.dbmdl
175-
*.dbproj.schemaview
176-
*.pfx
177-
*.publishsettings
178-
node_modules/
179-
orleans.codegen.cs
180-
181-
# RIA/Silverlight projects
182-
Generated_Code/
183-
18496
# Backup & report files from converting an old project file
18597
# to a newer Visual Studio version. Backup files are not needed,
18698
# because we have git ;-)
@@ -198,23 +110,6 @@ UpgradeLog*.htm
198110
*.bim.layout
199111
*.bim_*.settings
200112

201-
# Microsoft Fakes
202-
FakesAssemblies/
203-
204-
# Node.js Tools for Visual Studio
205-
.ntvs_analysis.dat
206-
207-
# Visual Studio 6 build log
208-
*.plg
209-
210-
# Visual Studio 6 workspace options file
211-
*.opt
212-
213-
# LightSwitch generated files
214-
GeneratedArtifacts/
215-
_Pvt_Extensions/
216-
ModelManifest.xml
217-
218113
# Created by https://www.gitignore.io/api/jetbrains
219114

220115
### JetBrains ###

0 commit comments

Comments
 (0)