Skip to content

Commit 299b928

Browse files
committed
Merge pull request #1710 from ArgentiApparatus/patch-2
Update Dart.gitignore
2 parents 124a5bc + 3a622f2 commit 299b928

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Dart.gitignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Don’t commit the following directories created by pub.
1+
# Files and directories created by pub
22
.buildlog
3+
.packages
4+
.project
35
.pub/
46
build/
5-
packages
6-
.packages
7+
**/packages/
78

8-
# Or the files created by dart2js.
9-
*.dart.js
10-
*.js_
9+
# Files created by dart2js
10+
*.js
11+
*.precompiled.js
1112
*.js.deps
1213
*.js.map
14+
*.info.json
1315

14-
# Or the files created by dartdoc.
16+
# Directory created by dartdoc
1517
doc/
1618

17-
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
19+
# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
1820
pubspec.lock

0 commit comments

Comments
 (0)