1
0

initial commit moving from old repo

This commit is contained in:
2026-05-01 20:41:47 +02:00
parent 0998d52dfc
commit 65b67875e1
9 changed files with 523 additions and 1 deletions
+33
View File
@@ -0,0 +1,33 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# VS Code
.vscode/
*.code-workspace
# Mac
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Environment files
.env
.env.local
.env.development
.env.test
.env.production
# TypeScript
*.js
*.js.map
*.d.ts
# Misc
/build
/node_modules
.zed