commit 51dbf24abf56f12e487309da60300bb324755228 parent 5d2ab36b27e4aa4f9d10c86b8e43d7386e563b7f Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sun, 20 Oct 2024 10:52:03 +0200 feat(gitignore): exclude dev data dir Diffstat:
M | .gitignore | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -26,3 +26,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Postgresql data dir +dev/data