make prettier ignore pnpm lockfile

This commit is contained in:
Scott Lamb
2025-02-10 11:20:38 -08:00
parent c75292e43b
commit 7f7b95c56c
3 changed files with 37 additions and 6 deletions

34
ui/.prettierignore Normal file
View File

@@ -0,0 +1,34 @@
#-------------------------------------------------------------------------------------------------------------------
# Keep this section in sync with .gitignore
#-------------------------------------------------------------------------------------------------------------------
# dependencies
/node_modules
/.pnp
.pnp.js
/.idea
# testing
/coverage
# production
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.eslintcache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#-------------------------------------------------------------------------------------------------------------------
# Prettier-specific overrides
#-------------------------------------------------------------------------------------------------------------------
pnpm-lock.yaml