mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
* Ignore old migrations from prettier formatting * Simplify ignore syntax --------- Co-authored-by: Creeperkatze <178587183+Creeperkatze@users.noreply.github.com>
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
**/*.rs
|
|
.sqlx
|
|
|
|
java/build
|
|
|
|
# Migrations existing before Prettier formatted them shall always be ignored,
|
|
# as any changes to them will break existing deployments
|
|
migrations/**
|