Remplace la liste partielle de sous-chemins ignorés par un ignore complet du répertoire .ideai (déjà retiré du suivi git dans le commit précédent). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
106 lines
1.7 KiB
Plaintext
106 lines
1.7 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Visual Studio Code related
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
**/build/
|
|
|
|
# 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
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/**/gradle-wrapper.jar
|
|
android/key.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# iOS/Xcode related
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
ios/Flutter/App.framework
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Flutter/ephemeral/
|
|
ios/Flutter/app.flx
|
|
ios/Flutter/app.zip
|
|
ios/Flutter/flutter_assets/
|
|
ios/Flutter/flutter_export_environment.sh
|
|
ios/ServiceDefinitions.json
|
|
ios/Runner/GeneratedPluginRegistrant.*
|
|
**/xcuserdata/
|
|
**/*.pbxuser
|
|
**/*.mode1v3
|
|
**/*.mode2v3
|
|
**/*.perspectivev3
|
|
*.moved-aside
|
|
DerivedData/
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IdeA orchestration — état local (agents, tickets, mémoire, run) : jamais versionné,
|
|
# conservé tel quel d'une branche à l'autre
|
|
.ideai/
|
|
|
|
# Environnements locaux de build (SDK/Gradle/XDG/pub-cache par worktree) — jamais du code applicatif
|
|
.android-local/
|
|
.android-oldflow/
|
|
.gradle-local/
|
|
.gradle-oldflow/
|
|
.home-oldflow/
|
|
.home/
|
|
.pub-cache-oldflow/
|
|
.qa-gradle-watch/
|
|
.qa-home-watch/
|
|
.xdg-oldflow/
|
|
.xdg/
|
|
.tmp/
|
|
.build-home/
|
|
.pub-cache-local/
|
|
|
|
# Fichiers de heap dump parasites (JVM/Android crash)
|
|
*.hprof
|