Skip to content

Commit

Permalink
rm submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
carolmao committed Jan 18, 2022
1 parent 80610a8 commit c229435
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
/.idea
.DS_Store
.DS_Store

client/node_modules
client/node_modules
client/.pnp
client.pnp.js
client/.idea

# testing
client/coverage

# production
client/build

# misc
client/.DS_Store
client/.env.local
client/.env.development.local
client/.env.test.local
client/.env.production.local

client/npm-debug.log*
client/yarn-debug.log*
client/yarn-error.log*
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "client"]
path = client
url = [email protected]:WeixinCloud/wxcloudrun-wxcomponent-frontend.git

0 comments on commit c229435

Please sign in to comment.