2023-09-06 11:46:07 +03:00
|
|
|
# will have compiled rust files and executables
|
2024-06-28 12:34:54 +03:00
|
|
|
target/
|
2024-08-20 18:00:53 +03:00
|
|
|
release/
|
2024-07-27 16:37:28 +03:00
|
|
|
generated-archives/
|
|
|
|
generated-do-not-edit/
|
|
|
|
|
2023-09-06 11:46:07 +03:00
|
|
|
# editors
|
2023-01-31 17:55:57 +03:00
|
|
|
.idea
|
2023-03-31 12:50:50 +03:00
|
|
|
|
2024-08-04 14:39:41 +03:00
|
|
|
.sentryclirc
|
2023-09-06 11:46:07 +03:00
|
|
|
.DS_Store
|
2024-08-15 12:54:10 +03:00
|
|
|
apps/desktop/e2e/videos/*.mp4
|
2024-05-05 22:18:05 +03:00
|
|
|
|
|
|
|
.env
|
|
|
|
.env.*
|
2024-06-28 12:34:54 +03:00
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
dist
|
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
|
2024-07-01 19:47:43 +03:00
|
|
|
.turbo
|
2024-06-28 12:34:54 +03:00
|
|
|
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
|
2024-06-28 13:45:26 +03:00
|
|
|
storybook-static
|
2024-07-26 13:23:31 +03:00
|
|
|
|
|
|
|
# Vercel
|
|
|
|
.vercel
|
2024-07-29 16:24:43 +03:00
|
|
|
|
|
|
|
# Rust analyzer
|
2024-08-04 14:39:41 +03:00
|
|
|
.rust-analyzer/
|