Feat: Implementation of New UI (Bar, Homepage, Commander, BSets), Removing NGINX dependency, Dockerfile added
This commit is contained in:
parent
64a4c5fb87
commit
238b594b1e
31 changed files with 734 additions and 202 deletions
26
app/.dockerignore
Normal file
26
app/.dockerignore
Normal file
|
@ -0,0 +1,26 @@
|
|||
node_modules/
|
||||
.env
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# production
|
||||
build
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# data
|
||||
tools/data
|
||||
tools/json
|
||||
data/misc/*
|
||||
data/commander/*
|
||||
data/bset/*
|
Loading…
Add table
Add a link
Reference in a new issue