spacedrive/.gitignore
Oscar Beaumont 519b1b6c46
Fix P2P not working for libraries (#2031)
* P2P Debug route

* Remove legacy peer to peer pairing process

* Fix error typo

* Sync instances with cloud

* Upgrade deps + extended instance data

* Create instance with extended metadata

* Auto sync instances

* Actually `.await`

* bruh

* sync library info

* this isn't gonna work

* only sleep cloud receiver when no more messages (#1985)

* [ENG-1567] Fix renaming (#1986)

fix rename

* only sleep cloud receiver when no more messages

* use in memory instances during cloud receive (#1995)

* use in memory instances during cloud receive

* is_empty

---------

Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com>

* fix type error

* wip

* make mdns mdns better

* rebuild state

* Add hooks + listeners + discovered state

* Split into crates

* wip fixing core + wip merging Spacetime into `sd-p2p2`

* `SmartLockGuard` + `Listener`

* Make `sd-core` compile

* Reenable all operation receivers

* Fix all broken code within `sd-core`

* minor fixes found in review

* Bring in `libp2p` + restructure `sd-p2p` for the gazillion-th time

* whoops

* Compile no matter the (runtime) cost

* fixing merge issues

* wip

* a

* b

* C

* Handle port betterer

* c

* Migrate node config

* a

* no crash on startup

* wip

* a

* jdfhskjfsg

* a

* fix discovery

* a bunch of fixes

* getting Spacedrop working

* I don't get why it no worky

* debug example

* a

* wip

* wip

* removing logging from stream impl

* wip: shit is fucked

* Redo quic integration  + Spacedrop working

* Fix shutdown - deadlocks + shutdown peers

* Add Prisma migrations

* Fix shutdown

* a

* fix

* cleanup

* The lord clippy hath spoken

* disable P2P settings for now

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com>
2024-02-21 08:13:40 +00:00

86 lines
1.5 KiB
Plaintext

node_modules
.next
dist
!apps/desktop/dist
!apps/web/dist
*.tsbuildinfo
package-lock.json
.eslintcache
.turbo
.vercel
cli/turbo
cli/turbo-new
cli/turbo-new.exe
cli/turbo.exe
storybook-static/
.DS_Store
.env*
vendor/
data
node_modules
packages/turbo-server/data/
packages/turbo-server/uploads/
packages/*/node_modules
packages/*/data
apps/*/data
apps/*/stats.html
apps/.deps
apps/releases/.vscode
apps/desktop/src-tauri/tauri.conf.patch.json
apps/desktop/src-tauri/*.dll
docs/public/*.st
docs/public/*.toml
dev.db
!cli/cmd/turbo
cli/npm/turbo-android-arm64/bin
cli/npm/turbo-darwin-64/bin
cli/npm/turbo-darwin-arm64/bin
cli/npm/turbo-freebsd-64/bin
cli/npm/turbo-freebsd-arm64/bin
cli/npm/turbo-linux-32/bin
cli/npm/turbo-linux-64/bin
cli/npm/turbo-linux-arm/bin
cli/npm/turbo-linux-arm64/bin
cli/npm/turbo-linux-s390x/bin
cli/npm/turbo-linux-mips64le/bin
cli/npm/turbo-linux-ppc64le/bin
cli/npm/turbo-netbsd-64/bin
cli/npm/turbo-openbsd-64/bin
cli/npm/turbo-sunos-64/bin
cli/npm/turbo-windows-32/turbo.exe
cli/npm/turbo-windows-64/turbo.exe
cli/npm/turbo-windows-arm64/turbo.exe
cli/scripts/turbo-*
!/npm/turbo-windows-32/bin
!/npm/turbo-windows-64/bin
!/npm/turbo-install/bin
!cli/internal/cache
demo
yalc.lock
!http_cache/cache
!http_cache/cache/cache.go
*.log
!create-turbo/templates/**/*
todos.md
examples/*/*.lock
/target
playwright-report
/sdserver_data
/sdserver_data2
.spacedrive
dev.db-journal
.build/
.swiftpm
/core/migration_test
sd_init.json
spacedrive
.cargo/config
.cargo/config.toml
.github/scripts/deps
.vite-inspect
vite.config.ts.*