mirror of
https://github.com/chen08209/FlClash.git
synced 2026-03-25 06:34:19 +00:00
70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
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/
|
|
/dist/
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
#AI generated
|
|
CLAUDE.md
|
|
/.claude
|
|
|
|
|
|
# Android Studio will place build artifacts here
|
|
/android/app/debug
|
|
/android/app/profile
|
|
/android/app/release
|
|
/android/**/.cxx
|
|
/android/**/build
|
|
/android/common/**/.**/
|
|
/android/common/local.*
|
|
/android/core/**/includes/
|
|
/android/core/**/cmake-build-*/
|
|
/android/core/**/jniLibs/
|
|
|
|
#FlClash
|
|
/libclash/
|
|
/android/app/src/main/jniLibs/
|
|
/services/helper/target
|
|
/macos/**/Package.resolved
|
|
devtools_options.yaml
|
|
|
|
# FVM Version Cache
|
|
.fvm/
|
|
.fvmrc |