Updated Gitignore

This commit is contained in:
Austin 2021-11-17 06:01:51 -05:00
parent d1b31e0cd8
commit 0bbd213ec2
5 changed files with 13 additions and 2 deletions

5
.gitignore vendored
View File

@ -10,6 +10,7 @@ html_thumbs_cdn/
## Misc
html_data/Error/uploads/
## Setup
html_setup/
!html_setup/*.php
html_setup/*.txt
html_setup/*.zip
html_setup/*.exe
!html_setup/cdn.txt

View File

@ -0,0 +1,3 @@
<?php
echo '{"ExeVersion": "'.$ws->GameFileVersion.'", "ValidateInstalledExeVersion": "True", "ShowInstallSuccessPrompt": "True"}';

1
html_setup/cdn.txt Normal file
View File

@ -0,0 +1 @@
setup.alphaland.cc

3
html_setup/version.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo $ws->AlphalandVersion;

View File

@ -0,0 +1,3 @@
<?php
echo $ws->AlphalandStudioVersion;