Adding dockerignore and gitignore

This commit is contained in:
2026-07-01 12:12:19 +02:00
parent 48ce52b52c
commit 0d8d96d5e3
3 changed files with 20 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.git
.DS_Store
node_modules
backend/node_modules
backend/dist
backend/public/admin/assets
backend/public/admin/index.html
coverage
npm-debug.log
+10
View File
@@ -0,0 +1,10 @@
# Copy to .env.prod on the server at ${REMOTE_DIR}/.env.prod
# (default: /opt/voxel-automata-lab/.env.prod)
#
# Must match the credentials of the shared gnommo-db Postgres (gu_common stack).
POSTGRES_USER=gnommo
POSTGRES_PASSWORD=replace_me
# Database name within gnommo-db. Optional — defaults to ca_studio if unset.
LAB_DB=ca_studio
+1
View File
@@ -0,0 +1 @@
*/node_modules