Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasweigenast committed Apr 7, 2024
1 parent d253fc6 commit d02ea0b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resources
gen_locales
example/macos
Binary file removed example/web/icons/Icon-192.png
Binary file not shown.
Binary file removed example/web/icons/Icon-512.png
Binary file not shown.
Binary file removed example/web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed example/web/icons/Icon-maskable-512.png
Binary file not shown.
25 changes: 1 addition & 24 deletions example/web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,5 @@
"description": "A new Flutter project.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
"icons": []
}

0 comments on commit d02ea0b

Please sign in to comment.