mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
db23e4f579
Modify patterns to explicitly match directories Modified patterns to match files created by tool in Dart SDK 1.12: - Added patterns matching files listed in https://www.dartlang.org/tools/private-files.html - Added *.js, removed *.js_, *.dart.js to match files created by dart2js
19 lines
307 B
Plaintext
19 lines
307 B
Plaintext
# Files and directories created by pub
|
|
.buildlog
|
|
.packages
|
|
.project
|
|
.pub/
|
|
build/
|
|
**/packages/
|
|
|
|
# Files created by dart2js
|
|
*.js
|
|
*.js.deps
|
|
*.js.map
|
|
|
|
# Directory created by dartdoc
|
|
doc/
|
|
|
|
# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
|
|
pubspec.lock
|