Skip to content

Commit dbef146

Browse files
authored
Sync .gitignore with the flutter/plugins repo
1 parent 3ef2df2 commit dbef146

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.gitignore

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
.DS_Store
22
.atom/
3-
.idea
3+
.idea/
4+
.vscode/
5+
46
.packages
57
.pub/
8+
.dart_tool/
69
pubspec.lock
710

11+
Podfile
812
Podfile.lock
913
Pods/
14+
.symlinks/
15+
**/Flutter/App.framework/
16+
**/Flutter/Flutter.framework/
17+
**/Flutter/Generated.xcconfig
18+
**/Flutter/flutter_assets/
19+
ServiceDefinitions.json
20+
xcuserdata/
21+
22+
local.properties
23+
.gradle/
24+
gradlew
25+
gradlew.bat
26+
gradle-wrapper.jar
27+
*.iml
28+
1029
GeneratedPluginRegistrant.h
1130
GeneratedPluginRegistrant.m
12-
1331
GeneratedPluginRegistrant.java
14-
32+
build/
33+
.flutter-plugins

0 commit comments

Comments
 (0)