Skip to content

Commit

Permalink
add android and exclude its folder from git
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDowner committed Jul 7, 2020
1 parent eacae36 commit e2b3fa4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

*.DS_Store

/.gradle
/android
/ios
5 changes: 5 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@capacitor/android": "^2.2.0",
"@capacitor/core": "2.2.0",
"@ionic/pwa-elements": "^1.5.2",
"@ionic/react": "^5.0.7",
Expand Down

0 comments on commit e2b3fa4

Please sign in to comment.