1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 17:05:44 +01:00
gitignore/Dart.gitignore
Martin Charles eea7afa915 Update Dart.gitignore
Don't track the symbolic links that dart creates to the ./packages directory
2014-02-03 11:09:24 -05:00

13 lines
246 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Dont commit the following files and directories created by pub and dart2js
packages/
packages
*.js_
*.js.deps
*.js.map
// Include when developing application packages
pubspec.lock
// Avoid committing generated JavaScript files
*.dart.js