Skip to content

Commit

Permalink
updarted copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Christensen committed Nov 27, 2019
1 parent d1444c2 commit f114cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
build
.vscode
.ionide
private
node_modules
.rts*
4 changes: 2 additions & 2 deletions copy_examples_to_doc_repo.bat
Expand Up @@ -4,5 +4,5 @@ COPY src\JavaScriptLibrary\*.js ..\gnaudio.github.io\jabra-browser-integration\J
COPY src\JavaScriptLibrary\*.d.ts ..\gnaudio.github.io\jabra-browser-integration\JavaScriptLibrary\ /v
COPY downloads\*.* ..\gnaudio.github.io\jabra-browser-integration\download\ /v

XCOPY src\DeveloperSupportRelease ..\gnaudio.github.io\jabra-browser-integration\release /S /i /y /v
XCOPY src\DeveloperSupportBeta ..\gnaudio.github.io\jabra-browser-integration\beta /S /i /y /v
XCOPY src\DeveloperSupportRelease ..\gnaudio.github.io\jabra-browser-integration\release /S /i /y /v /EXCLUDE:copy_examples_to_doc_repo_excludes.lst
XCOPY src\DeveloperSupportBeta ..\gnaudio.github.io\jabra-browser-integration\beta /S /i /y /v /EXCLUDE:copy_examples_to_doc_repo_excludes.lst
2 changes: 2 additions & 0 deletions copy_examples_to_doc_repo_excludes.lst
@@ -0,0 +1,2 @@
\.gitignore\
\.vs\

0 comments on commit f114cfb

Please sign in to comment.