Add flutter_assets and *.class to gitignore (#13664)
This commit is contained in:
parent
e478a5472d
commit
ce75911f1a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
|
*.class
|
||||||
*.lock
|
*.lock
|
||||||
*.log
|
*.log
|
||||||
*.pyc
|
*.pyc
|
||||||
@ -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.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
*.iml
|
*.iml
|
||||||
|
*.class
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/workspace.xml
|
/.idea/workspace.xml
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user