> ## Documentation Index
> Fetch the complete documentation index at: https://docs.morph-data.io/llms.txt
> Use this file to discover all available pages before exploring further.

# clean

`morph clean`コマンドは、プロジェクト上のコンパイルファイルやキャッシュファイルをクリアするためのコマンドです。

内部的なエラーが生じたり、コンパイルがうまくいかない時に一度プロジェクトの隠しファイルなどを綺麗にすることができます。

```bash Shell theme={"dark"}
morph clean
```

<ParamField body="--force" type="boolean" requered={false}>
  このオプションを指定すると、プロジェクトルートの隠しファイル（`.morph/`ディレクトリ内）で、`frontend`を含めた全てのディレクトリが削除されます。
</ParamField>
