feat: initial commit
Some checks failed
Release / release (push) Failing after 1m43s

This commit is contained in:
2025-05-28 16:19:15 +02:00
commit 6dff476e3c
3 changed files with 216 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Node & npm
node_modules/
package-lock.json
# Config & meta
.czrc
.releaserc.json
CHANGELOG.md
create-gitea-release.sh
package.json
package-lock.json
# IDEs / Editor
.vscode/
.idea/
.DS_Store
# Logs / system
npm-debug.log*
yarn-debug.log*
yarn-error.log*