aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-12-19 12:05:27 +0100
committerivar <i@oiee.no>2025-12-19 12:05:27 +0100
commit6c65d3947e56530e7ec3976e2955b027b7abe679 (patch)
treeba874e9316c42e009eb0f322e63c5ef044ae1b0b /.gitignore
parent7e0caba2a27160273fd1ddc2a0b56b0b0cb6eb01 (diff)
downloadsparebank1-actualbudget-6c65d3947e56530e7ec3976e2955b027b7abe679.tar.xz
sparebank1-actualbudget-6c65d3947e56530e7ec3976e2955b027b7abe679.zip
Swap sqlite for postgres
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5ec12ef..1865660 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,4 +63,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
actualDataDir
.sb1state
.sb1at.json
-**/.svelte-kit \ No newline at end of file
+**/.svelte-kit
+**/build/** \ No newline at end of file