Skip to content

Commit ee3b725

Browse files
dart pub compat: do not use gitignore rules starting with '/'.
1 parent d07ea35 commit ee3b725

File tree

1 file changed

+7
-5
lines changed
  • objectbox/example/flutter/objectbox_demo/android

1 file changed

+7
-5
lines changed

objectbox/example/flutter/objectbox_demo/android/.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
gradle-wrapper.jar
2-
/.gradle
3-
/captures/
4-
/gradlew
5-
/gradlew.bat
6-
/local.properties
2+
### These rules should only apply to current directory, but dart pub ignores rules that start with /
3+
.gradle
4+
captures/
5+
gradlew
6+
gradlew.bat
7+
local.properties
8+
###
79
GeneratedPluginRegistrant.java
810

911
# Remember to never publicly share your keystore.

0 commit comments

Comments
 (0)