From ab8f2e5f5ff603c672265209a21cb3daab4387b3 Mon Sep 17 00:00:00 2001 From: Filipriec Date: Wed, 19 Aug 2026 22:00:55 +0200 Subject: [PATCH] db temp file in the gitignore --- .cargo/config.toml | 2 +- server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 09f4ef96..47f5872f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -9,7 +9,7 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"] # `cargo run` process holding up another Cargo invocation. [alias] watch-client = ["watch", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--exec", "build --package client", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/client client"] -watch-server = ["watch", "--why", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--exec", "build --package server", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/server server"] +watch-server = ["watch", "--why", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--ignore", "**/.postgres-data/**", "--exec", "build --package server", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/server server"] [env] POSTGRESQL_VERSION = "=17.10.0" diff --git a/server b/server index 9e12b42d..d4731d51 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 9e12b42d9d971fd86ffd63ee6e23969be6014828 +Subproject commit d4731d51946481f76d812f275f595ea9300eaeff