Files
mindfulness/.gitignore
2026-01-28 22:49:59 +08:00

36 lines
438 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目唯一 .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