mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 10:21:40 -05:00
Merge pull request #705 from caiquerodrigues/patch-1
Dart.gitignore updated to reflect instructions provided by authors
This commit is contained in:
commit
66f5b6f343
1 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,16 @@
|
|||
.DS_Store
|
||||
packages
|
||||
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
|
||||
packages/
|
||||
.project
|
||||
pubspec.lock
|
||||
.buildlog
|
||||
*.js_
|
||||
*.js.deps
|
||||
*.js.map
|
||||
|
||||
// Include when developing application packages
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue