139 lines
2.0 KiB
Plaintext
139 lines
2.0 KiB
Plaintext
# Miscellaneous
|
||
*.class
|
||
*.log
|
||
*.pyc
|
||
*.swp
|
||
.DS_Store
|
||
.atom/
|
||
.buildlog/
|
||
.history
|
||
.svn/
|
||
migrate_working_dir/
|
||
|
||
# IntelliJ related
|
||
*.iml
|
||
*.ipr
|
||
*.iws
|
||
.idea/
|
||
|
||
# The .vscode folder contains launch configuration and tasks you configure in
|
||
# VS Code which you may wish to be included in version control, so this line
|
||
# is commented out by default.
|
||
#.vscode/
|
||
|
||
# Flutter/Dart/Pub related
|
||
**/doc/api/
|
||
**/ios/Flutter/.last_build_id
|
||
.dart_tool/
|
||
.flutter-plugins
|
||
.flutter-plugins-dependencies
|
||
.packages
|
||
.pub-cache/
|
||
.pub/
|
||
build/
|
||
|
||
# Flutter崩溃日志
|
||
*.log
|
||
flutter_*.log
|
||
|
||
# Symbolication related
|
||
app.*.symbols
|
||
|
||
# Obfuscation related
|
||
app.*.map.json
|
||
|
||
# Android Studio will place build artifacts here
|
||
/android/app/debug
|
||
/android/app/profile
|
||
/android/app/release
|
||
|
||
# iOS/XCode相关
|
||
**/ios/**/DerivedData/
|
||
**/ios/**/Icon?
|
||
**/ios/**/Pods/
|
||
**/ios/**/.symlinks/
|
||
**/ios/Flutter/ephemeral/
|
||
**/ios/**/profile
|
||
**/ios/**/xcuserdata
|
||
**/ios/.generated/
|
||
**/ios/Flutter/App.framework
|
||
**/ios/Flutter/Flutter.framework
|
||
**/ios/Flutter/Flutter.podspec
|
||
**/ios/Flutter/Generated.xcconfig
|
||
|
||
# macOS相关
|
||
**/macos/Flutter/ephemeral/
|
||
**/macos/Flutter/GeneratedPluginRegistrant.*
|
||
**/macos/**/DerivedData/
|
||
**/macos/**/Icon?
|
||
**/macos/**/Pods/
|
||
**/macos/**/.symlinks/
|
||
**/macos/**/profile
|
||
**/macos/**/xcuserdata
|
||
|
||
# Unity相关(大部分占空间的文件)
|
||
# Unity临时文件
|
||
unity/**/[Tt]emp/
|
||
unity/**/[Oo]bj/
|
||
unity/**/[Ll]ibrary/
|
||
unity/**/[Ll]ogs/
|
||
unity/**/[Uu]serSettings/
|
||
|
||
# Unity构建产物
|
||
unity/**/[Bb]uild/
|
||
unity/**/[Bb]uilds/
|
||
|
||
# Unity缓存
|
||
unity/**/sysinfo.txt
|
||
unity/**/*.stackdump
|
||
unity/**/*.apk
|
||
unity/**/*.aab
|
||
unity/**/*.unitypackage
|
||
unity/**/crashlytics-build.properties
|
||
|
||
# Unity录制文件
|
||
unity/**/*.mp4
|
||
unity/**/*.avi
|
||
unity/**/*.mov
|
||
|
||
# VS/Rider自动生成的文件
|
||
.vs/
|
||
.idea/
|
||
*.csproj
|
||
*.unityproj
|
||
*.sln
|
||
*.suo
|
||
*.tmp
|
||
*.user
|
||
*.userprefs
|
||
*.pidb
|
||
*.booproj
|
||
*.svd
|
||
*.pdb
|
||
*.mdb
|
||
|
||
# OS自动生成的文件
|
||
.DS_Store
|
||
.DS_Store?
|
||
._*
|
||
.Spotlight-V100
|
||
.Trashes
|
||
Icon?
|
||
ehthumbs.db
|
||
Thumbs.db
|
||
|
||
# 大型媒体文件
|
||
*.psd
|
||
*.ai
|
||
*.tif
|
||
*.tiff
|
||
*.mp3
|
||
*.wav
|
||
*.mp4
|
||
*.mov
|
||
*.avi
|
||
*.asf
|
||
*.mpg
|
||
*.mpeg
|
||
*.wmv
|