From 79c503459302293bb7d5c203355f796936f4ef25 Mon Sep 17 00:00:00 2001 From: saibotk Date: Tue, 11 Dec 2018 21:02:06 +0100 Subject: [PATCH] adjust .atom gitignore to ignore all files by default --- .atom/.gitignore | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.atom/.gitignore b/.atom/.gitignore index 5b88b6b..f5af82d 100644 --- a/.atom/.gitignore +++ b/.atom/.gitignore @@ -1,10 +1,7 @@ -blob-store -compile-cache -dev -storage -.apm -.node-gyp -.npm -packages -recovery -projects.cson +# Ignore all files +* + +# Except these +!config.cson +!packages.list +!init.coffee