Replaced web folder
This commit is contained in:
parent
061a9d9bc6
commit
8e433c3250
29 changed files with 1895 additions and 5193 deletions
21
web/.gitignore
vendored
21
web/.gitignore
vendored
|
|
@ -1,18 +1,5 @@
|
|||
# build output
|
||||
dist
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
.snowpack/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
|
|
|||
Reference in a new issue