diff --git a/.env b/.env deleted file mode 100644 index c28b493..0000000 --- a/.env +++ /dev/null @@ -1,7 +0,0 @@ -DB_USER=postgres -DB_PASS=123 -DB_HOST=localhost -DB_PORT=5432 -DB_NAME=postgres - -SKIP_PREFLIGHT_CHECK=true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 713d500..92ab118 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .env +media/ \ No newline at end of file