![auto-submit[bot]](/assets/img/avatar_default.png)
<!-- start_original_pr_link --> Reverts: flutter/flutter#164317 <!-- end_original_pr_link --> <!-- start_initiating_author --> Initiated by: matanlurey <!-- end_initiating_author --> <!-- start_revert_reason --> Reason for reverting: `bin/cache` does not exist on a fresh checkout, and `echo bin/cache/...` will fail as a result. This blocked the google3 roll, but would also break new checkouts of Flutter, for regular users/contributors. <!-- end_revert_reason --> <!-- start_original_pr_author --> Original PR Author: matanlurey <!-- end_original_pr_author --> <!-- start_reviewers --> Reviewed By: {jtmcdole} <!-- end_reviewers --> <!-- start_revert_body --> This change reverts the following previous change: Towards https://github.com/flutter/flutter/issues/164315. This PR just writes `bin/cache/engine.stamp` identically to how `bin/internal/engine.version` would otherwise be written, with a caveat that _if_ `engine.version` is tracked, it is now _copied_ to `bin/cache/engine.stamp`. After this lands, I'll send PRs to update tooling that looks for `engine.version` and give a heads up to the larger team (i.e. Dart HH bot or whomever we will break by doing this). <!-- end_revert_body --> Co-authored-by: auto-submit[bot] <flutter-engprod-team@google.com>
153 lines
3.0 KiB
Plaintext
153 lines
3.0 KiB
Plaintext
# Do not remove or rename entries in this file, only add new ones
|
|
# See https://github.com/flutter/flutter/issues/128635 for more context.
|
|
|
|
# This is dynamic in a monorepo
|
|
bin/internal/engine.version
|
|
|
|
# Miscellaneous
|
|
*.class
|
|
*.lock
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Visual Studio Code related
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.vscode/*
|
|
.ccls-cache
|
|
|
|
# Flutter repo-specific
|
|
/bin/cache/
|
|
/bin/internal/bootstrap.bat
|
|
/bin/internal/bootstrap.sh
|
|
/bin/mingit/
|
|
/dev/benchmarks/mega_gallery/
|
|
/dev/bots/.recipe_deps
|
|
/dev/bots/android_tools/
|
|
/dev/devicelab/ABresults*.json
|
|
/dev/docs/doc/
|
|
/dev/docs/api_docs.zip
|
|
/dev/docs/flutter.docs.zip
|
|
/dev/docs/lib/
|
|
/dev/docs/pubspec.yaml
|
|
/dev/integration_tests/**/xcuserdata
|
|
/dev/integration_tests/**/Pods
|
|
/packages/flutter/coverage/
|
|
version
|
|
analysis_benchmark.json
|
|
|
|
# packages file containing multi-root paths
|
|
.packages.generated
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
**/generated_plugin_registrant.dart
|
|
.packages
|
|
.pub-preload-cache/
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
flutter_*.png
|
|
linked_*.ds
|
|
unlinked.ds
|
|
unlinked_spec.ds
|
|
|
|
# Android related
|
|
**/android/**/gradle-wrapper.jar
|
|
.gradle/
|
|
**/android/captures/
|
|
**/android/gradlew
|
|
**/android/gradlew.bat
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
**/android/key.properties
|
|
*.jks
|
|
local.properties
|
|
|
|
# iOS/XCode related
|
|
**/ios/**/*.mode1v3
|
|
**/ios/**/*.mode2v3
|
|
**/ios/**/*.moved-aside
|
|
**/ios/**/*.pbxuser
|
|
**/ios/**/*.perspectivev3
|
|
**/ios/**/*sync/
|
|
**/ios/**/.sconsign.dblite
|
|
**/ios/**/.tags*
|
|
**/ios/**/.vagrant/
|
|
**/ios/**/DerivedData/
|
|
**/ios/**/Icon?
|
|
**/ios/**/Pods/
|
|
**/ios/**/.symlinks/
|
|
**/ios/**/profile
|
|
**/ios/**/xcuserdata
|
|
**/ios/.generated/
|
|
**/ios/Flutter/.last_build_id
|
|
**/ios/Flutter/App.framework
|
|
**/ios/Flutter/Flutter.framework
|
|
**/ios/Flutter/Flutter.podspec
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/ephemeral
|
|
**/ios/Flutter/app.flx
|
|
**/ios/Flutter/app.zip
|
|
**/ios/Flutter/flutter_assets/
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
**/ios/ServiceDefinitions.json
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
# macOS
|
|
**/Flutter/ephemeral/
|
|
**/Pods/
|
|
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
|
**/macos/Flutter/ephemeral
|
|
**/xcuserdata/
|
|
|
|
# Windows
|
|
**/windows/flutter/ephemeral/
|
|
**/windows/flutter/generated_plugin_registrant.cc
|
|
**/windows/flutter/generated_plugin_registrant.h
|
|
**/windows/flutter/generated_plugins.cmake
|
|
|
|
# Linux
|
|
**/linux/flutter/ephemeral/
|
|
**/linux/flutter/generated_plugin_registrant.cc
|
|
**/linux/flutter/generated_plugin_registrant.h
|
|
**/linux/flutter/generated_plugins.cmake
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Symbols
|
|
app.*.symbols
|
|
|
|
# Exceptions to above rules.
|
|
!**/ios/**/default.mode1v3
|
|
!**/ios/**/default.mode2v3
|
|
!**/ios/**/default.pbxuser
|
|
!**/ios/**/default.perspectivev3
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
!/dev/ci/**/Gemfile.lock
|
|
!.vscode/settings.json
|
|
|
|
# Monorepo
|
|
.cipd
|
|
.gclient
|
|
.gclient_entries
|
|
.python-version
|
|
.gclient_previous_custom_vars
|
|
.gclient_previous_sync_commits
|