Skip to content

Commit

Permalink
monorepo for h5 and pc #1
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Apr 3, 2024
1 parent 21378a2 commit 543c6ee
Show file tree
Hide file tree
Showing 148 changed files with 43,736 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

*~
*.sw[mnpcod]
.tmp
*.tmp
*.tmp.*
*.sublime-project
*.sublime-workspace
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
$RECYCLE.BIN/

*.log
log.txt
npm-debug.log*

/.idea
/.ionic
/.sass-cache
/.sourcemaps
/.versions
/.vscode/*
!/.vscode/extensions.json
/coverage
/dist
/node_modules
/platforms
/plugins
/www
20 changes: 20 additions & 0 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"projects": {
"front-desktop": {
"name": "front-desktop",
"integrations": {
"capacitor": {}
},
"type": "vue",
"root": "packages/front-desktop"
},
"front-mobile": {
"name": "front-mobile",
"integrations": {
"capacitor": {}
},
"type": "vue",
"root": "packages/front-mobile"
}
}
}
Loading

0 comments on commit 543c6ee

Please sign in to comment.