mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Merge pull request #332 from GlenDC/master
Gitignore added (for utilities directory) and small update to the Automatic Windows Dev Setup
This commit is contained in:
commit
1dc0af9c65
2 changed files with 3 additions and 0 deletions
2
scripts/windows/coco-dev-setup/batch/.gitignore
vendored
Executable file
2
scripts/windows/coco-dev-setup/batch/.gitignore
vendored
Executable file
|
@ -0,0 +1,2 @@
|
|||
# ignore unnecary files
|
||||
/utilities
|
|
@ -15,6 +15,7 @@ IF EXIST "%PROGRAMFILES(X86)%" (
|
|||
set "ZU-app=utilities\7za.exe"
|
||||
|
||||
:: TODO:
|
||||
:: + Download 7zip exe!!
|
||||
:: + Write code to set environment variables...
|
||||
:: + Write code to install vs if it's not yet installed on users pc
|
||||
:: + Write Git Checkout repository code:
|
||||
|
|
Loading…
Reference in a new issue