Skip to content

Commit

Permalink
Merge pull request #149 from owncloud/yet_another_makefile_fix
Browse files Browse the repository at this point in the history
yet another makefile fix
  • Loading branch information
georgehrke committed Feb 10, 2016
2 parents 7eb055d + 33143f8 commit cd990fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ appstore: clean
tar cvzf $(appstore_dir)/$(package_name).tar.gz $(project_dir) \
--exclude-vcs \
--exclude-vcs-ignores \
--exclude=$(project_dir)/js/app \
--exclude=$(project_dir)/js/app/**.js \
--exclude=$(project_dir)/js/app/controllers \
--exclude=$(project_dir)/js/app/filters \
--exclude=$(project_dir)/js/app/models \
--exclude=$(project_dir)/js/app/service \
--exclude=$(project_dir)/js/config \
--exclude=$(project_dir)/tests \
--exclude=$(project_dir)/.idea \
Expand Down

0 comments on commit cd990fc

Please sign in to comment.