Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app): enable web support #95

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
# pubspec.lock should be checked into version control
# See: https://stackoverflow.com/questions/16136739/in-dart-and-pub-should-i-add-pubspec-lock-to-my-gitignore

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols

Expand Down Expand Up @@ -90,9 +87,6 @@ ios/
# Ignore the whole macos folder as macOS is currently not a supported platform of Gibsonify
macos/

# Ignore the whole web folder as the web is currently not a supported platform of Gibsonify
web/

# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
Expand Down Expand Up @@ -126,3 +120,6 @@ web/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# Node
node_modules/
Loading