Skip to content

Commit

Permalink
👷 Update dir exclusion in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaSecond committed Jun 3, 2024
1 parent 7b81c23 commit 430d528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/addCopyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

extensions = tuple(comments.keys())
exclude_dirs = ['logs', '.git', '.github']
exclude_dirs = ['logs', '.git', '.github', 'assets']
exclude_files = ['GUI_ui.py', '.gitattributes', '.gitignore']

def should_exclude(file_path):
Expand Down

0 comments on commit 430d528

Please sign in to comment.