mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 06:59:40 +02:00
- Move from apps-archived/ to apps/ (last archived app) - Fix root package.json name to @manacore/bauntown - Add to root CLAUDE.md project table - Astro landing page with i18n (DE/EN/IT), Stripe, Netlify preserved apps-archived/ is now empty — all 5 apps restored: uload, news, wisekeep, reader, bauntown Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
284 B
Text
26 lines
284 B
Text
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
.env.local
|
|
.netlify
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|