Skip to content

Commit

Permalink
Remove dangling .import files with no source asset (#185)
Browse files Browse the repository at this point in the history
Command used to list dangling `.import` files:

    shopt -s globstar
    for file in **/*.import; do ls ${file//.import/} > /dev/null; done
  • Loading branch information
Calinou authored Jun 18, 2024
1 parent 7959fb1 commit 34c0506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,098 deletions.
35 changes: 0 additions & 35 deletions enemies/red_robot/laser/impact_effect/Smoke.png.import

This file was deleted.

Loading

0 comments on commit 34c0506

Please sign in to comment.