Adding dockerignore and gitignore
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
*/node_modules
|
||||
Reference in New Issue
Block a user