mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-12 08:18:49 +08:00
feat: init web app.
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,11 +1,31 @@
|
||||
dist
|
||||
build
|
||||
lib
|
||||
cjs
|
||||
esm
|
||||
node_modules
|
||||
|
||||
npm-debug.log*
|
||||
lerna-debug.log
|
||||
yarn-error.log
|
||||
package-lock.json
|
||||
|
||||
.DS_Store
|
||||
.cache
|
||||
.vscode
|
||||
.idea
|
||||
.env
|
||||
|
||||
*.mpassword
|
||||
*.bak
|
||||
*.tem
|
||||
*.temp
|
||||
#.swp
|
||||
*.*~
|
||||
~*.*
|
||||
*.crx
|
||||
|
||||
# IDEA
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
Reference in New Issue
Block a user