mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Also upgrade all dependencies, make some unnecessary, and some other small tweaks. Because this has a big potential of unexpectedly breaking things, I'm doing a "breaking release", v3.
23 lines
201 B
Text
23 lines
201 B
Text
# Fresh build directory
|
|
_fresh/
|
|
|
|
# npm dependencies
|
|
node_modules/
|
|
|
|
# Database
|
|
db/
|
|
|
|
# Env var
|
|
.env
|
|
|
|
# Files
|
|
data-files/
|
|
|
|
# Config
|
|
bewcloud.config.ts
|
|
|
|
# Radicale files
|
|
data-radicale/
|
|
|
|
# Vite files
|
|
.vite
|