diff options
| author | JPVenson <github@jpb.email> | 2025-02-19 15:38:32 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-02-19 15:38:32 +0000 |
| commit | 8b07c1f53ddf491499005b9e0da9cf1bbe93cf9a (patch) | |
| tree | 6f9deea9713005356b601d12a0c7bcb139327f48 | |
| parent | dfdef511a5b855ee4e4f079236ff43cb508958d5 (diff) | |
Fixed gitignore for pgsql data
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d5a0367bf..fe312b647 100644 --- a/.gitignore +++ b/.gitignore @@ -277,3 +277,5 @@ apiclient/generated # Omnisharp crash logs mono_crash.*.json + +.devcontainer/pgsql/pgdata
\ No newline at end of file |
