Files
validate/.prettierignore
2025-06-30 20:09:28 -07:00

15 lines
183 B
Plaintext

.DS_Store
node_modules
/build
/package
.env
.env.*
!.env.example
vite.config.js*
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
pnpm-workspace.yaml
package-lock.json
yarn.lock