Compare commits

...

3 Commits

Author SHA1 Message Date
0c5b455404 refs #0 2023-10-05 22:16:38 +03:00
f9d446aa37 refs #0 2023-10-05 22:15:16 +03:00
45afd34f93 refs #0 2023-10-05 22:06:28 +03:00
3 changed files with 9 additions and 2 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE_URL=postgresql://postgres:postgres@library-db/postgres

2
.gitignore vendored
View File

@@ -1,10 +1,8 @@
.npmrc
.env
.svelte-kit/
.idea/
node_modules/
__pycache__/
/postgres
tags
back/media
package-lock.json

4
back/media/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore