Compare commits

..

No commits in common. "05113e5183f7544b61d2acd1c137b67482ce7007" and "8fac4a41b609fc443ce821f32f2ac2cbb01fc09f" have entirely different histories.

View File

@ -4,10 +4,23 @@
*.log *.log
*.pyc *.pyc
*.swp *.swp
.DS_Store
.atom/
.buildlog/ .buildlog/
.history .history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Visual Studio Code related
.classpath
.project
.settings/
.vscode/*
# Flutter repo-specific # Flutter repo-specific
/bin/cache/ /bin/cache/
@ -116,4 +129,5 @@ app.*.symbols
!**/ios/**/default.pbxuser !**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3 !**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
!/dev/ci/**/Gemfile.lock !/dev/ci/**/Gemfile.lock
!.vscode/settings.json