initial app

This commit is contained in:
Arnie
2023-06-01 20:24:59 +02:00
parent bb19e15a40
commit 34993f7f61
64 changed files with 10002 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
.vscode
# misc
.DS_Store
.envrc
.direnv
# Server
/app/server/bin/
/app/server/internal/files/data/public/*
!/app/server/internal/files/data/public/.gitkeep
# Frontend
/app/frontend/node_modules
/app/frontend/.pnp
/app/frontend/.pnp.js
/app/frontend/.dependency-graph
# testing
/app/frontend/coverage
# Build artifacts
/app/frontend/build
/result
/result-*
# debug
/app/frontend/**/npm-debug.log*
/app/frontend/**/yarn-debug.log*
/app/frontend/**/yarn-error.log*