Skip to content

Commit ec52521

Browse files
chore: delete coverage file
1 parent 0e92f16 commit ec52521

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

.gitignore

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.history
1010
.svn/
1111
.fvm/
12+
coverage/
1213

1314
# IntelliJ related
1415
*.iml
@@ -30,46 +31,3 @@
3031
.pub-cache/
3132
.pub/
3233
build/
33-
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
42-
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.*
70-
71-
# Exceptions to above rules.
72-
!**/ios/**/default.mode1v3
73-
!**/ios/**/default.mode2v3
74-
!**/ios/**/default.pbxuser
75-
!**/ios/**/default.perspectivev3

coverage/lcov.info

Whitespace-only changes.

0 commit comments

Comments
 (0)