File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 33# Files and directories created by pub
44.dart_tool /
55.packages
6- .pub /
76build /
87# If you're building an application, you may want to check-in your pubspec.lock
98pubspec.lock
109
1110# Directory created by dartdoc
1211# If you don't generate documentation locally you can remove this line.
1312doc /api /
13+
14+ # Avoid committing generated Javascript files:
15+ * .dart.js
16+ * .info.json # Produced by the --dump-info flag.
17+ * .js # When generated by dart2js. Don't specify * .js if your
18+ # project includes source files written in JavaScript.
19+ * .js_
20+ * .js.deps
21+ * .js.map
22+
23+
24+ # files and directories created by development environments
25+ * .iml // IntelliJ
26+ * .ipr // IntelliJ
27+ * .iws // IntelliJ
28+ .idea / // IntelliJ
29+ .DS_Store // Mac
You can’t perform that action at this time.
0 commit comments