Skip to content

Commit

Permalink
delete legacy command extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
apple1417 committed Dec 16, 2024
1 parent fc345cf commit affe224
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 31,212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Run clang-format
run: |
$all_files=$(Get-ChildItem `
$(Get-ChildItem . -Directory -Exclude ".*",CommandExtensions,TextModLoader) `
$(Get-ChildItem . -Directory -Exclude ".*",TextModLoader) `
-File `
-Recurse `
-Include ("*.c", "*.cpp", "*.h", "*.hpp") `
Expand Down
1 change: 0 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ extend-exclude = [

"AltUseVendors",
"ApplesBorderlandsCheats",
"CommandExtensions",
"EnemyLevelRandomizer",
"EquipLocker",
"HideUndiscoveredMissions",
Expand Down
65 changes: 0 additions & 65 deletions CommandExtensions/Readme.md

This file was deleted.

309 changes: 0 additions & 309 deletions CommandExtensions/Writing-Mods.md

This file was deleted.

Loading

0 comments on commit affe224

Please sign in to comment.