secret commit

This commit is contained in:
askiiart 2025-01-04 17:54:19 -06:00
parent 4edf55cf08
commit d9949f13e4
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
3 changed files with 28 additions and 1 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
/.venv
/.venv
/.vscode

View file

@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`.
## TODO
- Add font support
---
There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch).

22
secret-js.patch Normal file
View file

@ -0,0 +1,22 @@
diff --git a/.gitignore b/.gitignore
index fb9df04..4329ec8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/.venv
\ No newline at end of file
+/.venv
+/.vscode
\ No newline at end of file
diff --git a/README.md b/README.md
index 603ae5e..5920263 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`.
## TODO
- Add font support
+
+---
+
+There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch).