We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deb4a9 commit 96eec34Copy full SHA for 96eec34
.gitignore
@@ -1,13 +1,20 @@
1
-.DS_Store
+# Don’t commit the following directories created by pub.
2
+.buildlog
3
.dart_tool/
-.idea
4
-
5
-.packages
6
.pub/
+build/
+packages
7
+*.packages
8
+.idea/
9
+web/experimental
10
+doc
11
-example/.idea
12
+# Or the files created by dart2js.
13
+*.dart.js
14
+*.js_
15
+*.js.deps
16
+*.js.map
17
-build/
-ios/.generated/
-ios/Flutter/Generated.xcconfig
-ios/Runner/GeneratedPluginRegistrant.*
18
+# Include when developing application packages.
19
+pubspec.lock
20
+coverage*
0 commit comments