Unverified Commit ce75911f authored by xster's avatar xster Committed by GitHub

Add flutter_assets and *.class to gitignore (#13664)

parent e478a547
# Miscellaneous # Miscellaneous
*.class
*.lock *.lock
*.log *.log
*.pyc *.pyc
...@@ -69,6 +70,7 @@ unlinked_spec.ds ...@@ -69,6 +70,7 @@ unlinked_spec.ds
**/ios/Flutter/Generated.xcconfig **/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx **/ios/Flutter/app.flx
**/ios/Flutter/app.zip **/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/ServiceDefinitions.json **/ios/ServiceDefinitions.json
# Exceptions to above rules. # Exceptions to above rules.
......
*.iml *.iml
*.class
.gradle .gradle
/local.properties /local.properties
/.idea/workspace.xml /.idea/workspace.xml
......
...@@ -33,6 +33,7 @@ Icon? ...@@ -33,6 +33,7 @@ Icon?
/Flutter/app.flx /Flutter/app.flx
/Flutter/app.zip /Flutter/app.zip
/Flutter/flutter_assets/
/Flutter/App.framework /Flutter/App.framework
/Flutter/Flutter.framework /Flutter/Flutter.framework
/Flutter/Generated.xcconfig /Flutter/Generated.xcconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment