Skip to content

Commit

Permalink
@planetarium: Fix rome ignore
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Minhee <hong.minhee@planetariumhq.com>
  • Loading branch information
tkiapril and dahlia committed Mar 8, 2023
1 parent ee8b223 commit 94c4184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://github.com/rome/tools/raw/cli/v11.0.0/npm/rome/configuration_schema.json",
"files": {
"ignore": [
"./Libplanet/",
"./Libplanet.*/",
"./@planetarium/*/dist/",
"./@planetarium/*/coverage/",
"./Libplanet/**/*",
"./Libplanet.*/**/*",
"./@planetarium/*/dist/**/*",
"./@planetarium/*/coverage/**/*",
"./.pnp.*"
]
},
Expand Down

0 comments on commit 94c4184

Please sign in to comment.