From 2acba2aa3364bba1b59eb926c47e48df52e7fc86 Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Fri, 31 Oct 2014 11:46:31 -0700 Subject: [PATCH] Forcing SSL for Azure Forcing SSL for Azure Node Debugging Support for Azure Correct Git Attributes Node web.config for Azure, and removed it from gitignore --- .gitattributes | 14 +++++++++++++ .gitignore | 3 +-- web.config | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 web.config diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..c6439c8d70e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore index 2b70a086095..62cdda04fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,4 @@ static/bower_components/ .DS_Store .vagrant -/iisnode -/web.config \ No newline at end of file +/iisnode \ No newline at end of file diff --git a/web.config b/web.config new file mode 100644 index 00000000000..bcd8b00cbba --- /dev/null +++ b/web.config @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file