Skip to content

Commit

Permalink
chore: remove cordova support
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb committed Jan 22, 2024
1 parent 73e97e9 commit b64f59f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 52 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
build/
dist/
node_modules/
cordova/
.husky/
*.conf.js
.angular
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

# dependencies
/node_modules
/cordova

# IDEs and editors
/.idea
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build
dist
node_modules
cordova
.husky
.angular
*.conf.js
48 changes: 0 additions & 48 deletions cordova/NgMusic/config.xml

This file was deleted.

Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/hdpi.png
Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/ldpi.png
Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/mdpi.png
Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/xhdpi.png
Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/xxhdpi.png
Binary file not shown.
Binary file removed cordova/NgMusic/res/screen/android/xxxhdpi.png
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ng": "ng",
"start": "ng serve --port 7070",
"build": "ng build --configuration production --progress false",
"cordova": "pnpm build --base-href file:///android_asset/www/",
"lint": "run-s lint:**",
"lint:format": "prettier --check .",
"lint:stylelint": "stylelint \"**/*.scss\" verbose",
Expand Down

0 comments on commit b64f59f

Please sign in to comment.