fitst commit
This commit is contained in:
88
.gitignore
vendored
88
.gitignore
vendored
@@ -1,54 +1,44 @@
|
|||||||
# Node modules
|
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
||||||
/node_modules/
|
|
||||||
|
|
||||||
# Expo / React Native build caches
|
# dependencies
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Expo
|
||||||
.expo/
|
.expo/
|
||||||
.expo-shared/
|
|
||||||
*.expo
|
|
||||||
|
|
||||||
# macOS files
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
|
|
||||||
# OS files
|
|
||||||
Thumbs.db
|
|
||||||
desktop.ini
|
|
||||||
|
|
||||||
# Expo builds
|
|
||||||
/dist/
|
|
||||||
/web-build/
|
|
||||||
/android/app/build/
|
|
||||||
/ios/build/
|
|
||||||
/ios/Pods/
|
|
||||||
ios/Podfile.lock
|
|
||||||
|
|
||||||
# Expo credentials and secrets
|
|
||||||
*.p12
|
|
||||||
*.jks
|
|
||||||
*.keystore
|
|
||||||
*.mobileprovision
|
|
||||||
*.cer
|
|
||||||
*.pem
|
|
||||||
*.p8
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*.env
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# VSCode
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
dist/
|
||||||
|
web-build/
|
||||||
|
expo-env.d.ts
|
||||||
|
|
||||||
# JetBrains
|
# Native
|
||||||
.idea/
|
.kotlin/
|
||||||
|
*.orig.*
|
||||||
|
*.jks
|
||||||
|
*.p8
|
||||||
|
*.p12
|
||||||
|
*.key
|
||||||
|
*.mobileprovision
|
||||||
|
|
||||||
# Temporary files
|
# Metro
|
||||||
tmp/
|
.metro-health-check*
|
||||||
temp/
|
|
||||||
|
# debug
|
||||||
|
npm-debug.*
|
||||||
|
yarn-debug.*
|
||||||
|
yarn-error.*
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env*.local
|
||||||
|
|
||||||
|
# typescript
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
app-example
|
||||||
|
|
||||||
|
# generated native folders
|
||||||
|
/ios
|
||||||
|
/android
|
||||||
|
|||||||
Reference in New Issue
Block a user