mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
28 lines
297 B
Plaintext
28 lines
297 B
Plaintext
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
build
|
|
.svelte-kit
|
|
package
|
|
!.env.example
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Written to disk when using `act`
|
|
.pnpm-store
|
|
|
|
# playwright
|
|
test-results*
|
|
playwright-report
|