Skip to content

Commit 010ac73

Browse files
Update .gitignore files to include the latest flutter templates
gitignore continued
1 parent 0fd8aaa commit 010ac73

File tree

7 files changed

+51
-142
lines changed

7 files changed

+51
-142
lines changed

.gitignore

Lines changed: 33 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,46 @@
1-
### Flutter ###
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
17+
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
22+
23+
# Flutter/Dart/Pub related
224
**/doc/api/
325
.dart_tool/
426
.flutter-plugins
27+
.flutter-plugins-dependencies
528
.packages
629
.pub-cache/
730
.pub/
831
pubspec.lock
932
build/
1033

11-
### Android ###
12-
gen-external-apklibs
13-
14-
# OS-specific files
15-
.DS_Store
16-
.DS_Store?
17-
._*
18-
.Trashes
19-
20-
# Built application files
21-
*.apk
22-
*.aab
23-
24-
# Files for the ART/Dalvik VM
25-
*.dex
26-
27-
# Generated files
28-
bin/
29-
gen/
30-
31-
# Gradle files
32-
!/gradle/wrapper/gradle-wrapper.jar
34+
# Android related
3335
**/android/**/gradle-wrapper.jar
36+
**/android/.gradle
37+
**/android/captures/
3438
**/android/gradlew
35-
/*/*/build/
36-
.gradle/
37-
38-
# Local configuration file (sdk path, etc)
39-
/*/local.properties
39+
**/android/gradlew.bat
40+
**/android/local.properties
4041
**/android/**/GeneratedPluginRegistrant.java
41-
/*/out
42-
43-
# Log Files
44-
*.log
45-
46-
# Android Studio Navigation editor temp files
47-
.navigation/
48-
49-
# Android Studio captures folder
50-
**/android/captures/
51-
52-
# IntelliJ
53-
*.iml
54-
.idea/
55-
56-
# Keystore files
57-
*.jks
58-
*.keystore
59-
60-
# Signing files
61-
.signing/
62-
63-
# External native build folder generated in Android Studio 2.2 and later
64-
.externalNativeBuild
65-
66-
# Google Services (e.g. APIs or Firebase)
67-
google-services.json
68-
69-
# lint
70-
lint/intermediates/
71-
lint/generated/
72-
lint/outputs/
73-
lint/tmp/
7442

75-
### IOS ###
43+
# iOS/XCode related
7644
**/ios/**/*.mode1v3
7745
**/ios/**/*.mode2v3
7846
**/ios/**/*.moved-aside
@@ -91,10 +59,12 @@ lint/tmp/
9159
**/ios/.generated/
9260
**/ios/Flutter/App.framework
9361
**/ios/Flutter/Flutter.framework
62+
**/ios/Flutter/Flutter.podspec
9463
**/ios/Flutter/Generated.xcconfig
9564
**/ios/Flutter/app.flx
9665
**/ios/Flutter/app.zip
9766
**/ios/Flutter/flutter_assets/
67+
**/ios/Flutter/flutter_export_environment.sh
9868
**/ios/ServiceDefinitions.json
9969
**/ios/Runner/GeneratedPluginRegistrant.*
10070

@@ -103,5 +73,4 @@ lint/tmp/
10373
!**/ios/**/default.mode2v3
10474
!**/ios/**/default.pbxuser
10575
!**/ios/**/default.perspectivev3
106-
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
107-
example/.flutter-plugins-dependencies
76+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

debug.keystore

2.14 KB
Binary file not shown.

example/.flutter-plugins-dependencies

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/.gitignore

Lines changed: 18 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Miscellaneous
22
*.class
3-
*.lock
43
*.log
54
*.pyc
65
*.swp
@@ -16,56 +15,32 @@
1615
*.iws
1716
.idea/
1817

19-
# Visual Studio Code related
20-
.vscode/
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
2122

2223
# Flutter/Dart/Pub related
2324
**/doc/api/
25+
**/ios/Flutter/.last_build_id
2426
.dart_tool/
2527
.flutter-plugins
28+
.flutter-plugins-dependencies
2629
.packages
2730
.pub-cache/
2831
.pub/
29-
build/
32+
/build/
3033

31-
# Android related
32-
**/android/**/gradle-wrapper.jar
33-
**/android/.gradle
34-
**/android/captures/
35-
**/android/gradlew
36-
**/android/gradlew.bat
37-
**/android/local.properties
38-
**/android/**/GeneratedPluginRegistrant.java
34+
# Web related
35+
lib/generated_plugin_registrant.dart
3936

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

66-
# Exceptions to above rules.
67-
!**/ios/**/default.mode1v3
68-
!**/ios/**/default.mode2v3
69-
!**/ios/**/default.pbxuser
70-
!**/ios/**/default.perspectivev3
71-
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
40+
# Obfuscation related
41+
app.*.map.json
42+
43+
# Android Studio will place build artifacts here
44+
/android/app/debug
45+
/android/app/profile
46+
/android/app/release

example/ios/Flutter/.last_build_id

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/ios/Flutter/Flutter.podspec

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

example/ios/Flutter/flutter_export_environment.sh

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

0 commit comments

Comments
 (0)