Add *.precompiled.js
Add *.precompiled.js as per https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why
This commit is contained in:
parent
4892e962c2
commit
3a622f2dcb
@ -8,6 +8,7 @@ build/
|
|||||||
|
|
||||||
# Files created by dart2js
|
# Files created by dart2js
|
||||||
*.js
|
*.js
|
||||||
|
*.precompiled.js
|
||||||
*.js.deps
|
*.js.deps
|
||||||
*.js.map
|
*.js.map
|
||||||
*.info.json
|
*.info.json
|
||||||
|
Loading…
Reference in New Issue
Block a user