init
This commit is contained in:
73
client/.dockerignore
Normal file
73
client/.dockerignore
Normal file
@@ -0,0 +1,73 @@
|
||||
# Git相关
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Flutter构建产物
|
||||
build/
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.packages
|
||||
.pub-cache/
|
||||
.pub/
|
||||
|
||||
# IDE文件
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 测试文件
|
||||
test/
|
||||
tests/
|
||||
coverage/
|
||||
|
||||
# 文档
|
||||
*.md
|
||||
README*
|
||||
DOCS*
|
||||
docs/
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# 临时文件
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# 环境文件
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Android相关
|
||||
android/.gradle/
|
||||
android/app/build/
|
||||
android/build/
|
||||
android/gradle/
|
||||
android/gradlew
|
||||
android/gradlew.bat
|
||||
android/local.properties
|
||||
android/key.properties
|
||||
|
||||
# iOS相关
|
||||
ios/Pods/
|
||||
ios/Runner.xcworkspace/xcuserdata/
|
||||
ios/Runner.xcodeproj/xcuserdata/
|
||||
ios/Flutter/flutter_export_environment.sh
|
||||
|
||||
# Web相关(保留build/web用于生产构建)
|
||||
# build/web
|
||||
|
||||
# 其他
|
||||
*.bak
|
||||
*.backup
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user