1
0
mirror of https://github.com/github/gitignore synced 2024-06-06 04:38:04 +02:00
gitignore/Dart.gitignore
Gary Smith b14da8f05a Dartdoc, pubspec.lock disabiguation
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
2015-10-08 07:45:25 -04:00

19 lines
342 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 directories created by pub.
.buildlog
.pub/
build/
packages
.packages
# Or the files created by dart2js.
*.dart.js
*.js_
*.js.deps
*.js.map
# Or the files created by dartdoc.
doc/
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
pubspec.lock