Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Dec 15, 2024
1 parent 888b67c commit 17af71f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
# -*- coding: utf-8 -*-

excluded = {
'.git', '.github', 'README.md', 'SECURITY.md', 'LICENSE', 'CONTRIBUTING.md', 'wiki'
'cached', 'node_modules', 'config', 'tests', 'build', 'previews', 'py'
'.git', '.github'
# ,'README.md', 'SECURITY.md', 'LICENSE', 'CONTRIBUTING.md', 'wiki'
,'cached', 'node_modules', 'config', 'tests', 'build', 'py'
# ,'previews'
}

#---------------------------------------------------------------
# >>> TABLE OF CONTENTS:
#---------------------------------------------------------------
Expand Down

0 comments on commit 17af71f

Please sign in to comment.