remove .env

This commit is contained in:
Michael Zhang 2024-06-19 14:27:56 -05:00
parent bfca0dfbd7
commit 98e07b56b8
2 changed files with 2 additions and 2 deletions

1
.env
View file

@ -1 +0,0 @@
DATABASE_URL=sqlite:////Users/michael/Projects/panorama/test.db

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ dist
target
.DS_Store
**/export/export.json
test.db*
test.db*
.env