1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

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:
Gary Smith 2015-10-21 10:45:49 -04:00
parent 4892e962c2
commit 3a622f2dcb

View File

@ -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