initialize project

This commit is contained in:
2025-05-26 22:59:14 +02:00
commit 10ba53626f
7 changed files with 106 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# ignore all dotfiles
.*
# unignore specific dotfiles
!.gitignore
!.editorconfig
!/.github/
# ignore specific files
*.js
*.lock
/package-lock.json
/out/
/web/js/
/node_modules/