A good start with app

This commit is contained in:
2025-04-12 03:29:37 -04:00
parent e0bd4c7f7a
commit ef934d2b36
51 changed files with 420 additions and 3209 deletions

55
.gitignore vendored
View File

@@ -1,38 +1,41 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules/
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# Expo
.expo/
dist/
web-build/
expo-env.d.ts
# testing
/coverage
# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
# next.js
/.next/
/out/
# Metro
.metro-health-check*
# production
/build
# debug
npm-debug.*
yarn-debug.*
yarn-error.*
# macOS
# misc
.DS_Store
*.pem
# local env files
.env*.local
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
app-example
next-env.d.ts