1
0
mirror of https://github.com/github/gitignore synced 2024-05-31 01:38:14 +02:00

Dart.gitignore updated to reflect instructions provided by authors

This commit is contained in:
Caique Rodrigues 2013-07-11 15:27:02 -03:00
parent b2c694d792
commit da7ce3135d

View File

@ -1,4 +1,16 @@
.DS_Store // Dont commit the following files and directories created by pub, Dart Editor, and dart2js
packages packages/
.project .project
.buildlog
*.js_
*.js.deps
*.js.map
// Include when developing application packages
pubspec.lock pubspec.lock
// Avoid committing generated JavaScript files
*.dart.js
// Check for any other incovenient files generated by OS
// and other tools such as Eclipse, IntelliJ, etc.