From 6116aa356ef982d9a11b3606b1b29d11b764783a Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sun, 21 Apr 2019 22:04:25 +0300 Subject: [PATCH] Update project file --- misc/IDE files/PySnooper.wpr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/IDE files/PySnooper.wpr b/misc/IDE files/PySnooper.wpr index 35c616f..b3bf5c9 100644 --- a/misc/IDE files/PySnooper.wpr +++ b/misc/IDE files/PySnooper.wpr @@ -5,8 +5,10 @@ ################################################################## [project attributes] proj.directory-list = [{'dirloc': loc('../..'), - 'excludes': (), - 'filter': u'*', + 'excludes': [u'PySnooper.egg-info', + u'dist', + u'build'], + 'filter': '*', 'include_hidden': False, 'recursive': True, 'watch_for_changes': True}]