mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Merge pull request #991 from devoncarew/patch-1
Update Dart template for pub, dart2js
This commit is contained in:
commit
807ac26336
@ -1,11 +1,13 @@
|
||||
# Don’t commit the following files and directories created by pub and dart2js
|
||||
# Don’t commit the following directories created by pub.
|
||||
build/
|
||||
packages/
|
||||
|
||||
# Or the files created by dart2js.
|
||||
*.dart.js
|
||||
*.dart.precompiled.js
|
||||
*.js_
|
||||
*.js.deps
|
||||
*.js.map
|
||||
|
||||
# Include when developing application packages
|
||||
# Include when developing application packages.
|
||||
pubspec.lock
|
||||
|
||||
# Avoid committing generated JavaScript files
|
||||
*.dart.js
|
||||
|
Loading…
Reference in New Issue
Block a user