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 4645500 commit 3c81fa3Copy full SHA for 3c81fa3
.gitignore
@@ -1,21 +1,21 @@
1
-build/
2
-doc/
3
-testing/test_package/doc
4
-testing/test_package_small/doc
5
-packages
6
.buildlog
7
-.pub
8
-
9
-.idea
+.DS_Store
10
.atom/
11
+.dart_tool/
+.idea/
12
.packages
+.pub
13
.settings/
14
-.DS_Store
15
-*.iml
16
+build/
+doc/
+packages
17
pub.dartlang.org/
+testing/test_package/doc
+testing/test_package_small/doc
18
19
*.dart.js
+*.iml
+*.ipr
+*.iws
20
*.js.deps
21
*.js.map
0 commit comments