Files
linsa/.gitignore
Nikita 8168af811d Tauri (local working) (#128)
* chore(nix): add `cargo-tauri`

* chore(rust): add rustfmt config

* feat: add tauri app

* fix(config): tauri and web config nextjs

* fix: default value

* fix: force graph

* fix: undefined me

* fix: undefined me in page detail

* fix: remove title from search component

* fix: package version

* chore: next config

* feat: random btn for go to auth

* fix the config

* feat: tauri

---------

Co-authored-by: Alice Carroll <git@alice-carroll.pet>
Co-authored-by: Aslam H <iupin5212@gmail.com>
2024-09-03 18:37:10 +03:00

19 lines
162 B
Plaintext

.DS_Store
.env
.env*.local
# ts
node_modules
package-lock.json
pnpm-lock.yaml
.vercel
# next
.next-types
.next
# other
private
past-*
output
dist
# rust
/target/