initial commit

This commit is contained in:
2024-09-09 14:21:36 +02:00
commit bca8bb0c2a
22 changed files with 5783 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Generated by Cargo
# will have compiled files and executables
/target/
pkg
# These are backup files generated by rustfmt
**/*.rs.bk
# node e2e test tools and outputs
node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/
# Sass cache dir
.sass-cache/