Remove app directory and simplify project structure

This commit is contained in:
Mauricio Siu
2025-03-01 02:47:32 -06:00
parent 7d1b05ef3f
commit de665b6ed7
8 changed files with 3 additions and 622 deletions

28
app/.gitignore vendored
View File

@@ -1,28 +0,0 @@
# dev
.yarn/
!.yarn/releases
.vscode/*
!.vscode/launch.json
!.vscode/*.code-snippets
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/shelf
# deps
node_modules/
# env
.env
.env.production
# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# misc
.DS_Store