fitst commit
This commit is contained in:
88
.gitignore
vendored
88
.gitignore
vendored
@@ -1,54 +1,44 @@
|
||||
# Node modules
|
||||
/node_modules/
|
||||
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
||||
|
||||
# Expo / React Native build caches
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# 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/
|
||||
dist/
|
||||
web-build/
|
||||
expo-env.d.ts
|
||||
|
||||
# JetBrains
|
||||
.idea/
|
||||
# Native
|
||||
.kotlin/
|
||||
*.orig.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
# Metro
|
||||
.metro-health-check*
|
||||
|
||||
# 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