1
0
mirror of https://github.com/github/gitignore synced 2024-11-29 07:04:22 +01:00

Merge pull request #1715 from ArgentiApparatus/patch-2

Fixed generated part js file pattern
This commit is contained in:
Brendan Forster 2015-10-25 01:06:38 +02:00
commit 1f65941ef9

View File

@ -14,13 +14,13 @@ build/
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to # Convention is to use extension '.dart.js' for Dart compiled to Javascript to
# differentiate from explicit Javascript files) # differentiate from explicit Javascript files)
*.dart.js *.dart.js
*.js.part *.part.js
*.js.deps *.js.deps
*.js.map *.js.map
*.info.json *.info.json
# Directory created by dartdoc # Directory created by dartdoc
doc/api doc/api/
# Don't commit pubspec lock file # Don't commit pubspec lock file
# (Library packages only! Remove pattern if developing an application package) # (Library packages only! Remove pattern if developing an application package)