ddw3/.prettierignore
Filipe Rodrigues cc4c02e2de
Removed the remake.
Unfortunately, it wasn't compiling anymore due to `psx`, and that crate seems to be out of date for the current nightly, so we'll drop the idea of a remake for now.
2024-07-23 17:54:06 +01:00

10 lines
296 B
Plaintext

# TODO: Remove this from here.
# We have a `.gitignore` with `*` inside `build.bak`
# and `resources`, but prettier seems to ignore those and
# only cares about any top-level `.gitignore` and `.pretiterignore`.
build.bak/
resources/
tools/target/
tools/__pycache__
rust/target/