fix:client
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# 项目唯一 .gitignore(根目录)
|
||||||
|
|
||||||
|
# 通用
|
||||||
|
.DS_Store
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Node / JS
|
||||||
|
node_modules/
|
||||||
|
npm-debug.*
|
||||||
|
yarn-debug.*
|
||||||
|
yarn-error.*
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Expo / React Native
|
||||||
|
.expo/
|
||||||
|
dist/
|
||||||
|
web-build/
|
||||||
|
.metro-health-check*
|
||||||
|
expo-env.d.ts
|
||||||
|
|
||||||
|
# 原生构建产物(prebuild / pod / build)
|
||||||
|
client/ios/
|
||||||
|
client/android/
|
||||||
|
|
||||||
|
# iOS/Android 证书与密钥
|
||||||
|
*.orig.*
|
||||||
|
*.jks
|
||||||
|
*.p8
|
||||||
|
*.p12
|
||||||
|
*.key
|
||||||
|
*.mobileprovision
|
||||||
|
|
||||||
|
# 环境变量(本地)
|
||||||
|
.env.local
|
||||||
|
.env*.local
|
||||||
Reference in New Issue
Block a user