Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
f509dacb
Commit
f509dacb
authored
Apr 27, 2018
by
justcoding121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prevent manifest.json from getting tracked
parent
fc452024
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
654 deletions
+8
-654
.gitignore
.gitignore
+3
-0
appveyor.yml
appveyor.yml
+5
-4
manifest.json
docs/manifest.json
+0
-650
No files found.
.gitignore
View file @
f509dacb
...
@@ -203,3 +203,6 @@ FakesAssemblies/
...
@@ -203,3 +203,6 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
# Visual Studio 6 workspace options file
*.opt
*.opt
# Docfx
docs/manifest.json
\ No newline at end of file
appveyor.yml
View file @
f509dacb
...
@@ -24,7 +24,7 @@ configuration: Release
...
@@ -24,7 +24,7 @@ configuration: Release
# to run your custom scripts instead of automatic MSBuild
# to run your custom scripts instead of automatic MSBuild
build_script
:
build_script
:
-
cmd
:
.\
build.bat Package
-
cmd
:
build.bat Package
assembly_info
:
assembly_info
:
patch
:
true
patch
:
true
...
@@ -38,9 +38,10 @@ test: on
...
@@ -38,9 +38,10 @@ test: on
# skip building commits that add tags (such as release tag)
# skip building commits that add tags (such as release tag)
skip_tags
:
true
skip_tags
:
true
skip_commits
:
skip_commits
:
author
:
buildbot121
author
:
buildbot121
#---------------------------------#
#---------------------------------#
# artifacts configuration #
# artifacts configuration #
#---------------------------------#
#---------------------------------#
...
@@ -60,10 +61,10 @@ environment:
...
@@ -60,10 +61,10 @@ environment:
secure
:
ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
secure
:
ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
deploy
:
deploy
:
-
provider
:
GitHub
-
provider
:
GitHub
auth_token
:
$
env:github_access_token
auth_token
:
$
(github_access_token)
on
:
on
:
branch
:
/(stable|beta)/
branch
:
/(stable|beta)/
-
provider
:
NuGet
-
provider
:
NuGet
api_key
:
$
env:nuget_access_token
api_key
:
$
(nuget_access_token)
on
:
on
:
branch
:
/(stable|beta)/
branch
:
/(stable|beta)/
docs/manifest.json
deleted
100644 → 0
View file @
fc452024
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment