faet: change gitignore file

yityu-patch-1
guofei 2024-12-09 17:36:57 +08:00
parent 6c5478da66
commit fd44a1c328
3 changed files with 48 additions and 1 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
node_modules node_modules
dist
.zip
web-mobile

View File

@ -5,5 +5,8 @@
"devDependencies": { "devDependencies": {
"clean-css": "^5.3.3", "clean-css": "^5.3.3",
"uglify-js": "^3.19.3" "uglify-js": "^3.19.3"
},
"dependencies": {
"brotli": "^1.3.3"
} }
} }

41
pnpm-lock.yaml 100644
View File

@ -0,0 +1,41 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
clean-css:
specifier: ^5.3.3
version: 5.3.3
uglify-js:
specifier: ^3.19.3
version: 3.19.3
packages:
clean-css@5.3.3:
resolution: {integrity: sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==}
engines: {node: '>= 10.0'}
source-map@0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
uglify-js@3.19.3:
resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==}
engines: {node: '>=0.8.0'}
hasBin: true
snapshots:
clean-css@5.3.3:
dependencies:
source-map: 0.6.1
source-map@0.6.1: {}
uglify-js@3.19.3: {}