db temp file in the gitignore

This commit is contained in:
Filipriec
2026-08-19 22:00:55 +02:00
parent 87a99d14a0
commit ab8f2e5f5f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

2
server

Submodule server updated: 9e12b42d9d...d4731d5194