Compare commits
3 Commits
d6e177864a
...
0c5b455404
| 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
|
.npmrc
|
||||||
.env
|
|
||||||
.svelte-kit/
|
.svelte-kit/
|
||||||
.idea/
|
.idea/
|
||||||
node_modules/
|
node_modules/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/postgres
|
/postgres
|
||||||
tags
|
tags
|
||||||
back/media
|
|
||||||
package-lock.json
|
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