Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/MicrosoftDo…
Browse files Browse the repository at this point in the history
…cs/azure-docs-pr of branch master
  • Loading branch information
tynevi committed Sep 27, 2018
1 parent de2c59a commit 01990ca
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
log/
obj/
_site/
.optemp/
_themes*/
_repo.*/

.openpublishing.buildcore.ps1
11 changes: 5 additions & 6 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [
"tysonn@microsoft.com"
],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/azure-docs",
"git_repository_branch_open_to_public_contributors": "master",
Expand Down Expand Up @@ -229,9 +232,5 @@
]
},
"need_generate_pdf_url_template": true,
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
}
}
"targets": {}
}

0 comments on commit 01990ca

Please sign in to comment.