Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 08011161c8 - Show all commits

10
.gitignore vendored
View File

@@ -9,7 +9,6 @@ tmp
node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
@@ -24,6 +23,11 @@ node_modules
!.vscode/launch.json
!.vscode/extensions.json
# IDE - IntelliJ
.idea/*
!.idea/modules.xml
!.idea/code.iml
# misc
/.sass-cache
/connect.lock
@@ -56,8 +60,4 @@ generated
# app testing dir
app-playground-data/*
# soley because i need the PORT to be 3002 due to WSL stuff
.env
apps/frontend/.env
.astro