diff --git a/.gitignore b/.gitignore index 061da66..0b3c7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ _test **/backup /bin/* !/bin/protoc* +/deploy/* # Architecture specific extensions/prefixes *.[568vq] diff --git a/shell/update_deploy.bat b/shell/update_deploy.bat index 9d1ec6c..1be742a 100644 --- a/shell/update_deploy.bat +++ b/shell/update_deploy.bat @@ -1,4 +1,4 @@ -set deployDir="..\deploy" +set deployDir=".\deploy" xcopy .\data\* %deployDir%\data\ /s /e /y