From fd2fa509c68538d9609bb94fece56626c4e69f90 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Fri, 8 Apr 2016 15:46:32 -0700 Subject: [PATCH] Added .apm to .gitignore Based on comment in dot-atom/.apm/.apmrc, the .apm directory created as part of the default startup is a cache, therefore it shouldn't be included in git. --- dot-atom/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-atom/.gitignore b/dot-atom/.gitignore index e5c80ce23..41cb47854 100644 --- a/dot-atom/.gitignore +++ b/dot-atom/.gitignore @@ -2,5 +2,6 @@ blob-store compile-cache dev storage +.apm .node-gyp .npm