gitbutler/.prettierignore
Mattias Granlund 8b22246206 Use composite actions in push.yaml
- to use cache effectively we need a re-usable node setup
2023-08-17 20:20:38 +01:00

24 lines
288 B
Plaintext

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