Compare commits
3 Commits
d6e177864a
...
task_0
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c5b455404 | |||
| f9d446aa37 | |||
| 45afd34f93 |
5
.env
Normal file
5
.env
Normal 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
2
.gitignore
vendored
@@ -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
4
back/media/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user