first version of the util

This commit is contained in:
Bruno Carlin 2024-12-25 04:11:32 +01:00
commit 0db8655af4
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
8 changed files with 358 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Binaries for programs and plugins
main
setup-browser
*.exe
*.exe~
*.so
*.dylib
*.dll
# Ignore binary output folders
bin/
# Ignore common editor/system specific metadata
.DS_Store
.idea/
.vscode/
*.iml
# ENV
.env
# vweb and database
*.db
*.js
cache