ignore .env so it can be system-specific
This commit is contained in:
parent
367a140e2a
commit
a293d8f92c
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*
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "creddy",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "creddy",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.4",
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.0.2",
|
||||
"daisyui": "^2.51.5"
|
||||
|
@ -1 +0,0 @@
|
||||
DATABASE_URL=sqlite://C:/Users/Joe/AppData/Roaming/creddy/creddy.dev.db
|
Loading…
x
Reference in New Issue
Block a user