From 3fbfdbb0716bf4595bdb64800333f599182b810f Mon Sep 17 00:00:00 2001 From: Yuki Miyagi Date: Wed, 22 Jun 2016 23:52:00 +0300 Subject: [PATCH] Update gitignore Prevent Mac-specific `.DS_Store`s showing on git. Refs SHUUP-2816 --- .gitignore | 2 ++ shuup_megastore_theme/.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0d76ad2..0475359 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ target/ #Ipython Notebook .ipynb_checkpoints + +*.DS_Store diff --git a/shuup_megastore_theme/.gitignore b/shuup_megastore_theme/.gitignore index fbdbaa0..2775d41 100644 --- a/shuup_megastore_theme/.gitignore +++ b/shuup_megastore_theme/.gitignore @@ -1,3 +1,5 @@ node_modules bower_components static/shuup_megastore_theme/fonts/ +static/shuup_megastore_theme/css +static/shuup_megastore_theme/js