mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-10 20:58:03 +03:00
26 lines
294 B
Plaintext
26 lines
294 B
Plaintext
.DS_Store
|
|
node_modules
|
|
butler/target
|
|
build
|
|
dist
|
|
.svelte-kit
|
|
package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
crates/
|
|
flake*
|
|
|
|
# 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
|