mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +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:
parent
4892e962c2
commit
3a622f2dcb
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ build/
|
|||
|
||||
# Files created by dart2js
|
||||
*.js
|
||||
*.precompiled.js
|
||||
*.js.deps
|
||||
*.js.map
|
||||
*.info.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue