/ ios / .gitignore
.gitignore
 1  **/dgph
 2  *.mode1v3
 3  *.mode2v3
 4  *.moved-aside
 5  *.pbxuser
 6  *.perspectivev3
 7  **/*sync/
 8  .sconsign.dblite
 9  .tags*
10  **/.vagrant/
11  **/DerivedData/
12  Icon?
13  **/Pods/
14  **/.symlinks/
15  profile
16  xcuserdata
17  **/.generated/
18  Flutter/App.framework
19  Flutter/Flutter.framework
20  Flutter/Flutter.podspec
21  Flutter/Generated.xcconfig
22  Flutter/ephemeral/
23  Flutter/app.flx
24  Flutter/app.zip
25  Flutter/flutter_assets/
26  Flutter/flutter_export_environment.sh
27  ServiceDefinitions.json
28  Runner/GeneratedPluginRegistrant.*
29  
30  # Exceptions to above rules.
31  !default.mode1v3
32  !default.mode2v3
33  !default.pbxuser
34  !default.perspectivev3