Skip to content

Commit

Permalink
refactor: fix deployment (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Oct 2, 2023
1 parent 30dfe6f commit 86ce8e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Customs ###
ios/Flutter/flutter_export_environment.sh
.idea/**
**/flutter_export_environment.sh

# MacOS generated file
.DS_Store
Expand Down
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

This file was deleted.

0 comments on commit 86ce8e9

Please sign in to comment.