Commit eecb8012 authored by Adam Barth's avatar Adam Barth

flutter init should gitignore .atom

We now create a .atom folder to hold settings for the Atom project. We
should gitignore that folder our project template.
parent 31bc220d
......@@ -160,6 +160,7 @@ String _normalizeProjectName(String name) {
const String _gitignore = r'''
.DS_Store
.atom/
.idea
.packages
.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