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

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

parent e478a547
# Miscellaneous
*.class
*.lock
*.log
*.pyc
......@@ -69,6 +70,7 @@ unlinked_spec.ds
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/ServiceDefinitions.json
# Exceptions to above rules.
......
*.iml
*.class
.gradle
/local.properties
/.idea/workspace.xml
......
......@@ -33,6 +33,7 @@ Icon?
/Flutter/app.flx
/Flutter/app.zip
/Flutter/flutter_assets/
/Flutter/App.framework
/Flutter/Flutter.framework
/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