summaryrefslogtreecommitdiff
path: root/server/.gitignore
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-01-04 00:13:34 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-01-04 02:30:27 +0100
commitd09ffb6ee8b872c69321b3a9d992f278224741dc (patch)
treecf8e53475b3307264ccf073af37bf01d44926b74 /server/.gitignore
parent6354a463401d529c0a1d02264d1fa8ff4e251af5 (diff)
Add docker compose for development
As both compiling, tests and well, running, needs mariadb setup add a docker image for it. Also prepare for ldap support by adding a openldap image as well. Included .env as well, used by sqlx when compiling query!.
Diffstat (limited to 'server/.gitignore')
-rw-r--r--server/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/.gitignore b/server/.gitignore
index fedaa2b..ea8c4bf 100644
--- a/server/.gitignore
+++ b/server/.gitignore
@@ -1,2 +1 @@
/target
-.env