diff --git a/.gitignore b/.gitignore index 1b5b003..a0e6adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ -deploy_dangrubb.net.sh \ No newline at end of file +# Deployment Script +deploy_dangrubb.net.sh +# Data files (contain current state) +server_state.txt +php/server_state.log + + +# Temporary files +*.tmp +.DS_Store + +# Logs +*.log + +# Local configuration +config.local.php \ No newline at end of file diff --git a/index.html b/index.html index e6e0eef..90dcb23 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,109 @@ + +
+ [||==] OFF +
+ + + + +
\ No newline at end of file