generated from flexlark/app-template
Initial commit
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
dist
|
||||
|
||||
**/node_modules
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# expo
|
||||
**/.expo/*
|
||||
|
||||
# next.js
|
||||
**/.next/*
|
||||
/out/
|
||||
|
||||
# tamagui
|
||||
**/.tamagui/*
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
# os
|
||||
.DS_Store
|
||||
THUMBS_DB
|
||||
thumbs.db
|
||||
|
||||
# turbo build log
|
||||
**/.turbo/*
|
||||
Reference in New Issue
Block a user