this_algorithm/web-frontend/.prettierignore
2023-04-09 00:15:52 -04:00

17 lines
192 B
Plaintext

/src/lib/docs/*
/src/lib/pkg/*
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock