Skip to content

Commit

Permalink
refactor: remove unused db
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Oct 4, 2024
1 parent 16013e6 commit 7c1975b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ dist/
ontime-db
ontime-external/

# working database
apps/server/src/preloaded-db/db.json

# versioning file
**/ONTIME_VERSION.js

Expand Down
7 changes: 0 additions & 7 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@
"!*{.spec.js,*.test.js,*.spec.ts,.test.ts}"
]
},
{
"from": "../server/src/preloaded-db/",
"to": "extraResources/preloaded-db/",
"filter": [
"**/*"
]
},
{
"from": "../server/src/external/",
"to": "extraResources/external/",
Expand Down

0 comments on commit 7c1975b

Please sign in to comment.