Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit a8d19e0

Browse files
committed
Don't ignore gradlew so we can use it in pipelines
1 parent a46ccff commit a8d19e0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ build/
5252
**/example/.dart_tool/
5353

5454
# Android related
55-
**/android/**/gradle-wrapper.jar
5655
**/android/.gradle
5756
**/android/captures/
58-
**/android/gradlew
59-
**/android/gradlew.bat
6057
**/android/local.properties
6158
**/android/**/GeneratedPluginRegistrant.java
6259

example/android/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
gradle-wrapper.jar
21
/.gradle
32
/captures/
4-
/gradlew
5-
/gradlew.bat
63
/local.properties
74
GeneratedPluginRegistrant.java
85

0 commit comments

Comments
 (0)