Skip to content

Commit 1f65941

Browse files
committed
Merge pull request #1715 from ArgentiApparatus/patch-2
Fixed generated part js file pattern
2 parents 8affad3 + eefbb4f commit 1f65941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dart.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ build/
1414
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
1515
# differentiate from explicit Javascript files)
1616
*.dart.js
17-
*.js.part
17+
*.part.js
1818
*.js.deps
1919
*.js.map
2020
*.info.json
2121

2222
# Directory created by dartdoc
23-
doc/api
23+
doc/api/
2424

2525
# Don't commit pubspec lock file
2626
# (Library packages only! Remove pattern if developing an application package)

0 commit comments

Comments
 (0)