mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 21:01:54 +02:00
refactor: restructure
monorepo with apps/ and services/ directories
This commit is contained in:
parent
25824ed0ac
commit
ff80aeec1f
4062 changed files with 2592 additions and 1278 deletions
32
apps/uload/.dockerignore
Normal file
32
apps/uload/.dockerignore
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
.svelte-kit
|
||||
build
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.vscode
|
||||
.idea
|
||||
*.md
|
||||
!README.md
|
||||
!DEPLOYMENT.md
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
test-results
|
||||
e2e
|
||||
tests
|
||||
*.test.*
|
||||
*.spec.*
|
||||
playwright.config.*
|
||||
vitest.config.*
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
backend
|
||||
pb_hooks
|
||||
pb_migrations
|
||||
pocketbase
|
||||
mcp-servers
|
||||
*.sql.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue