2022-07-19 18:58:48 +02:00
|
|
|
.$*
|
2022-07-19 20:17:51 +02:00
|
|
|
.idea
|
2023-02-01 20:13:15 +01:00
|
|
|
.vscode
|
2022-07-22 19:53:39 +02:00
|
|
|
*.db
|
2022-11-03 21:51:22 +01:00
|
|
|
automated-release-build
|
2022-11-28 17:18:56 +01:00
|
|
|
etc/dev.yml
|
2023-09-13 17:32:41 +02:00
|
|
|
etc/dev-frontend.yml
|
2023-01-25 22:04:35 +01:00
|
|
|
|
|
|
|
# Dependencies
|
2023-11-16 17:25:52 +01:00
|
|
|
node_modules/
|
2023-01-25 22:04:35 +01:00
|
|
|
|
2023-02-08 17:40:27 +01:00
|
|
|
# Artifacts
|
2023-11-21 17:31:28 +01:00
|
|
|
dist/
|
2023-01-25 22:04:35 +01:00
|
|
|
|
|
|
|
# Generated files
|
|
|
|
.docusaurus
|
|
|
|
.cache-loader
|
|
|
|
|
2023-10-17 18:24:43 +02:00
|
|
|
sdk/python/sdk/build/
|
|
|
|
|
2023-01-25 22:04:35 +01:00
|
|
|
# Misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2023-03-06 16:53:28 +01:00
|
|
|
go.work
|
|
|
|
go.work.sum
|
2023-12-05 22:50:51 +01:00
|
|
|
zrok-venv
|
2023-01-25 22:04:35 +01:00
|
|
|
|
2024-02-02 07:53:32 +01:00
|
|
|
# cache used by local dev cross-build script
|
|
|
|
/.npm
|
2023-01-25 22:04:35 +01:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2023-03-10 22:33:58 +01:00
|
|
|
.obsidian
|