Commit a5925149 authored by Adam Barth's avatar Adam Barth

Merge pull request #1059 from abarth/moar_gitignore

flutter init should gitignore .atom
parents e40912b1 eecb8012
...@@ -160,6 +160,7 @@ String _normalizeProjectName(String name) { ...@@ -160,6 +160,7 @@ String _normalizeProjectName(String name) {
const String _gitignore = r''' const String _gitignore = r'''
.DS_Store .DS_Store
.atom/
.idea .idea
.packages .packages
.pub/ .pub/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment