gitbutler/.gitignore

43 lines
446 B
Plaintext
Raw Normal View History

2023-09-06 11:46:07 +03:00
# will have compiled rust files and executables
2024-06-28 12:34:54 +03:00
target/
2023-01-31 17:55:57 +03:00
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
2023-09-06 11:46:07 +03:00
.DS_Store
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
storybook-static