feat: add basic webui
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -127,6 +127,8 @@ build/Release
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
web_modules/
|
||||
@@ -155,9 +157,12 @@ web_modules/
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
# Local env files
|
||||
.env
|
||||
.env.test
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
@@ -222,4 +227,32 @@ index.d.ts.map
|
||||
|
||||
/temp
|
||||
/rustc-ice-*
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# Sentry Config File
|
||||
.env.sentry-build-plugin
|
||||
|
||||
# BaseHub
|
||||
.basehub
|
||||
|
||||
# Build Outputs
|
||||
build
|
||||
dist
|
||||
|
||||
# Turbo
|
||||
.turbo
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Payload default media upload directory
|
||||
public/media/
|
||||
|
||||
public/robots.txt
|
||||
public/sitemap*.xml
|
||||
|
||||
# Custom
|
||||
/data
|
||||
Reference in New Issue
Block a user