mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
62b309c0ed
By asking rust analzyer to use a seperate folder, it means the cache doesn't get invalidated when running tests or by running the application under different compiler flags. Having the cache invalidated dramatically increases the compile times.
51 lines
540 B
Plaintext
51 lines
540 B
Plaintext
# will have compiled rust files and executables
|
|
target/
|
|
generated-archives/
|
|
generated-do-not-edit/
|
|
|
|
|
|
# editors
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
.env
|
|
.env.*
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
.turbo
|
|
build
|
|
.svelte-kit
|
|
package
|
|
!.env.example
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Written to disk when using `act`
|
|
.pnpm-store
|
|
|
|
# playwright
|
|
test-results*
|
|
playwright-report
|
|
|
|
# storybook
|
|
*storybook.log
|
|
storybook-static
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Rust analyzer
|
|
.rust-analyzer/ |