You can do it from Terminal.app. Navigate to the topmost directory with: cd /. Then type this command: find . -name ".idea" -exec rm -r {} ...
確定! 回上一頁