summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-12 17:38:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-12 17:38:50 +0100
commitda6d97ccbaaa1f2a20194652ede2f8dbd123ffd6 (patch)
treec22dcbd6205d224099f781c025c06ba402a61f9c /Makefile
parent16ea6830ddc2200aa5b553fe995af9be403f690d (diff)
add idea to ignore app store directories
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e165710ec..77fa02b07 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ appstore: clean
--exclude=$(project_dir)/js/tests \
--exclude=$(project_dir)/js/vendor/jquery \
--exclude=$(project_dir)/js/vendor/angular-mocks \
+ --exclude=$(project_dir)/.idea \
--exclude=$(project_dir)/.travis.yml \
--exclude=$(project_dir)/.scrutinizer.yml \
--exclude=$(project_dir)/phpunit*xml \