Browse Source

Fixed generated part js file pattern

pull/1715/head
Gary Smith 8 years ago
parent
commit
7673714c7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dart.gitignore

+ 1
- 1
Dart.gitignore View File

@@ -14,7 +14,7 @@ build/
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files)
*.dart.js
*.js.part
*.part.js
*.js.deps
*.js.map
*.info.json

Loading…
Cancel
Save