ignore .env so it can be system-specific

This commit is contained in:
2023-09-22 12:43:44 -07:00
parent 367a140e2a
commit a293d8f92c
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ dist
**/node_modules
src-tauri/target/
**/creddy.db
# used for DATABASE_URL, which is system-specific
.env
# just in case
credentials*