ignore .env so it can be system-specific
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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*
|
||||
|
Reference in New Issue
Block a user