Skip to content

Commit 44b01fa

Browse files
committed
chore(mobile): gitignore machine-specific generated files
Remove local.properties, Generated.xcconfig, and flutter_export_environment.sh from tracking. These contain absolute paths and are marked "do not check into version control".
1 parent e5b1936 commit 44b01fa

4 files changed

Lines changed: 3 additions & 29 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ apps/mobile/build/
5858
apps/mobile/.flutter-plugins
5959
apps/mobile/.flutter-plugins-dependencies
6060
apps/mobile/.packages
61+
apps/mobile/android/local.properties
62+
apps/mobile/ios/Flutter/Generated.xcconfig
63+
apps/mobile/ios/Flutter/flutter_export_environment.sh
6164

6265
# Misc
6366
*.bak

apps/mobile/android/local.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/mobile/ios/Flutter/Generated.xcconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/mobile/ios/Flutter/flutter_export_environment.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)