chore: add Docker image for docs and Uncloud Compose deployment (dogfooding!)

This commit is contained in:
Pavel Sviderski
2025-05-22 21:01:52 +10:00
parent 6a98acbe79
commit 6f9ac1fcc7
5 changed files with 62 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Ignore everything and use an allowlist of what is allowed to not package any secrets by accident.
*
# Allow files and directories.
!docs/
!src/
!static/
!pkg/
!Caddyfile
!*.js
!*.json
# Ignore unnecessary files inside allowed directories.
**/.DS_Store