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

refactor: fix deployment #91

Merged
merged 3 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ app.*.symbols
# Obfuscation related
app.*.map.json

# sample app
apps/*

# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
Footer
2 changes: 0 additions & 2 deletions apps/amiapp_flutter/android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ GeneratedPluginRegistrant.java
key.properties
**/*.jks

# Google Services (e.g. APIs or Firebase)
google-services.json
13 changes: 0 additions & 13 deletions apps/amiapp_flutter/ios/Flutter/flutter_export_environment.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this already added to gitignore? If not, we might need to add it there too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I would expect that if this line was removed from the .gitignore this PR would have added this file in the diff?

This file was deleted.