From 69821b7a6b5e5af6f7af576301c5d2edca8933c6 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 30 Apr 2014 14:37:51 -0700 Subject: [PATCH] Add .gitignore file to dot-atom. This will help users who want to push their .atom directory to GitHub Closes #1094 --- dot-atom/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot-atom/.gitignore diff --git a/dot-atom/.gitignore b/dot-atom/.gitignore new file mode 100644 index 000000000..81af3f689 --- /dev/null +++ b/dot-atom/.gitignore @@ -0,0 +1,5 @@ +storage +compile-cache +dev +.npm +.node-gyp