Skip to content

Commit

Permalink
Ignore test files in build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakBB committed Dec 20, 2024
1 parent 4e73c18 commit e5d38ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def get_version_dir(is_release_build, versionOverride):
directoriesToInclude = ['Icons', 'Libs', 'Modules']
filesToInclude = ['embeds.xml', 'ECS.lua', 'ExtendedCharacterStats.toc']
expansionStrings = ['', 'Classic', 'TBC', 'Wotlk']
ignorePatterns = []
ignorePatterns = ["*.test.lua"]


def copy_content_to(release_folder_path):
Expand Down

0 comments on commit e5d38ff

Please sign in to comment.