Don't grey out Sky code in Atom For some reason having |packages| in this .gitignore file is causing Atom to grey out all the files in the Sky package. Moving the entry up to the root of the git repo fixes the issue.
diff --git a/packages/flutter/.gitignore b/packages/flutter/.gitignore index fc43d2e..d18e29b 100644 --- a/packages/flutter/.gitignore +++ b/packages/flutter/.gitignore
@@ -2,5 +2,4 @@ .pub/ AUTHORS LICENSE -packages pubspec.lock