Skip to content

Commit 71870d8

Browse files
committed
chore: update pubignore
1 parent 60c7e5b commit 71870d8

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.pubignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,31 @@ build/
33
test/
44
**/local.properties
55
test.json
6+
7+
# IDE files
8+
.idea/
9+
android/.idea/
10+
*.iml
11+
*.ipr
12+
*.iws
13+
14+
# System files
15+
.DS_Store
16+
17+
# Android specific
18+
android/gradle/
19+
android/gradlew
20+
android/gradlew.bat
21+
android/.gradle/
22+
23+
# Coverage and testing
24+
coverage/
25+
dlcov.log
26+
27+
# Flutter/Pub specific
28+
.dart_tool/
29+
.packages
30+
.pub/
31+
pubspec.lock
32+
.flutter-plugins-dependencies
33+
flutter_export_environment.sh

0 commit comments

Comments
 (0)