mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 23:59:19 +03:00
6946d6ddeb
* remove teilwind CSS imports * remove Teilwind package * remove unused CSS * update from master * file format changes * update reset file * Drop unused Differ file * update hunk line highlight color
29 lines
358 B
Plaintext
29 lines
358 B
Plaintext
.DS_Store
|
|
node_modules
|
|
butler/target
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
/e2e
|
|
.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
|
|
|
|
/.eslintrc.cjs
|
|
/svelte.config.js
|
|
/postcss.config.cjs
|
|
/playwright.config.ts
|
|
|
|
# Written to disk when using `act`
|
|
.pnpm-store
|