We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09933 commit 6f4b6edCopy full SHA for 6f4b6ed
.gitignore
@@ -1,26 +1,9 @@
1
.DS_STORE
2
3
-# Don’t commit the following directories created by pub.
4
-packages
5
-pubspec.lock
6
-.pub
7
-.packages
8
-
9
/dist/
10
-.buildlog
11
node_modules
12
bower_components
13
14
-# Or broccoli working directory
15
-tmp
16
17
-# Or the files created by dart2js.
18
-*.dart.js
19
-*.dart.precompiled.js
20
-*.js_
21
-*.js.deps
22
-*.js.map
23
24
# Include when developing application packages.
25
pubspec.lock
26
.c9
@@ -37,13 +20,8 @@ modules/.vscode
37
# Ignore npm debug log
38
npm-debug.log
39
40
-/docs/bower_components/
41
42
# build-analytics
43
.build-analytics
44
45
-# built dart payload tests
46
-/modules_dart/payload/**/build
47
48
# rollup-test output
49
27
/modules/rollup-test/dist/
0 commit comments