gitbutler/.prettierignore
2024-06-28 11:34:54 +02:00

25 lines
287 B
Plaintext

.DS_Store
node_modules
butler/target
build
dist
.svelte-kit
package
.env
.env.*
!.env.example
crates/
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
# Ignore not svelte dirs
/.github
/.vscode
/src-tauri
# Written to disk when using `act`
.pnpm-store