diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..328b382 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ignore ALL .log files +*.log + +# ignore ALL files in ANY directory named temp +temp/ +phpMyAdmin/ \ No newline at end of file diff --git a/README.md b/README.md index 2f185c7..3a59afa 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ scouting app for competitions written with xcode/vscode current HTML page references the link below for experimental purposes https://blog.openreplay.com/building-a-mobile-app-using-html-css-and-js/#:~:text=Cheap%20and%20Fast%20Development%3A%20PWAs,are%20required%20for%20a%20PWA. +https://scouting7127.azurewebsites.net/ + +https://scouting7127.azurewebsites.net/phpmyadmin/ + diff --git a/index.html b/index.html index 27f4340..5f9073a 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@