Skip to content

Commit cc5de9e

Browse files
committed
Update GitIgnore
1 parent f562294 commit cc5de9e

File tree

2 files changed

+14
-43
lines changed

2 files changed

+14
-43
lines changed

.gitignore

Lines changed: 13 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -22,55 +22,26 @@
2222

2323
# Flutter/Dart/Pub related
2424
**/doc/api/
25+
**/ios/Flutter/.last_build_id
2526
.dart_tool/
2627
.flutter-plugins
2728
.flutter-plugins-dependencies
2829
.packages
2930
.pub-cache/
3031
.pub/
31-
build/
32+
/build/
3233
pubspec.lock
3334

34-
# Android related
35-
**/android/**/gradle-wrapper.jar
36-
**/android/.gradle
37-
**/android/captures/
38-
**/android/gradlew
39-
**/android/gradlew.bat
40-
**/android/local.properties
41-
**/android/**/GeneratedPluginRegistrant.java
35+
# Web related
36+
lib/generated_plugin_registrant.dart
4237

43-
# iOS/XCode related
44-
**/ios/**/*.mode1v3
45-
**/ios/**/*.mode2v3
46-
**/ios/**/*.moved-aside
47-
**/ios/**/*.pbxuser
48-
**/ios/**/*.perspectivev3
49-
**/ios/**/*sync/
50-
**/ios/**/.sconsign.dblite
51-
**/ios/**/.tags*
52-
**/ios/**/.vagrant/
53-
**/ios/**/DerivedData/
54-
**/ios/**/Icon?
55-
**/ios/**/Pods/
56-
**/ios/**/.symlinks/
57-
**/ios/**/profile
58-
**/ios/**/xcuserdata
59-
**/ios/.generated/
60-
**/ios/Flutter/App.framework
61-
**/ios/Flutter/Flutter.framework
62-
**/ios/Flutter/Flutter.podspec
63-
**/ios/Flutter/Generated.xcconfig
64-
**/ios/Flutter/app.flx
65-
**/ios/Flutter/app.zip
66-
**/ios/Flutter/flutter_assets/
67-
**/ios/Flutter/flutter_export_environment.sh
68-
**/ios/ServiceDefinitions.json
69-
**/ios/Runner/GeneratedPluginRegistrant.*
38+
# Symbolication related
39+
app.*.symbols
7040

71-
# Exceptions to above rules.
72-
!**/ios/**/default.mode1v3
73-
!**/ios/**/default.mode2v3
74-
!**/ios/**/default.pbxuser
75-
!**/ios/**/default.perspectivev3
76-
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
41+
# Obfuscation related
42+
app.*.map.json
43+
44+
# Android Studio will place build artifacts here
45+
/android/app/debug
46+
/android/app/profile
47+
/android/app/release

example

0 commit comments

Comments
 (0)