Page Not Found 😕
Error 404
It seems that the page you've requested does not exist.
diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/build-image.yaml similarity index 100% rename from .gitea/workflows/docker.yaml rename to .gitea/workflows/build-image.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml deleted file mode 100644 index c537cc6..0000000 --- a/.gitea/workflows/demo.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..016b48d --- /dev/null +++ b/.gitignore @@ -0,0 +1,69 @@ +# Build and Release Folders +bin/ +bin-debug/ +bin-release/ +[Oo]bj/ # FlashDevelop obj +[Bb]in/ # FlashDevelop bin + +# Other files and folders +.settings/ + +# lock +*.lock + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Hugo +public/ + +# Backup Files +*.markdown~ +*.md~ + +# Apache +.htpasswd + +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Build directories +public +dist + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules +package-lock.json +bower_components + +# Mac File System File...utterly useless to anyone but me. +.DS_Store + +# AWS stuff for publishing static files +.aws-credentials.json +.awspublish* diff --git a/public/404.html b/public/404.html deleted file mode 100644 index e9847a8..0000000 --- a/public/404.html +++ /dev/null @@ -1,8 +0,0 @@ -
Error 404
It seems that the page you've requested does not exist.