Add .gitignore and .dockerignore files

This commit is contained in:
2025-03-29 17:23:04 +01:00
parent 73f0b654a2
commit 7ee0660092
2 changed files with 9 additions and 0 deletions

5
.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
.idea/
data/
secrets/
compose.override.yaml
.git/

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.idea/
data/
secrets/
compose.override.yaml