Skip to content

Commit

Permalink
Ignored crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kressety authored Jan 21, 2024
1 parent e86ce6d commit a327c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def zip_all_except_specific_items(zipf, items_to_exclude):

zip_file_name = 'Modpack-Translation-Zack.zip'
items_to_exclude = [os.path.basename(__file__), zip_file_name]
items_to_exclude.extend(['.git', '.gitignore', '.github', 'README.md', 'LICENSE'])
items_to_exclude.extend(['.git', '.gitignore', '.github', 'README.md', 'LICENSE', 'crowdin.yml'])

with zipfile.ZipFile(zip_file_name, 'w', zipfile.ZIP_DEFLATED) as zipf:
zip_all_except_specific_items(zipf, items_to_exclude)

0 comments on commit a327c38

Please sign in to comment.