File tree Expand file tree Collapse file tree 9 files changed +25
-0
lines changed
Expand file tree Collapse file tree 9 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,12 @@ Available examples include:
4444
4545- ** Stocks** The [ stocks] ( stocks ) demo shows how one might structure
4646 an application with several screens.
47+
48+ Note on Gradle wrapper files in ` .gitignore ` :
49+
50+ Gradle wrapper files should normally be checked into source control.
51+ The example projects don't do that to avoid having several copies of the
52+ wrapper binary in the Flutter repo. Instead, the Gradle wrapper is
53+ injected by Flutter tooling, and the wrapper files are .gitignore'd to
54+ avoid making the Flutter repository dirty as a side effect of running
55+ the examples.
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
Original file line number Diff line number Diff line change 88/captures
99GeneratedPluginRegistrant.java
1010
11+ # Gradle wrapper files should normally be checked into source control.
12+ # See ../../README.md
1113gradle-wrapper.jar
1214/gradlew
1315/gradlew.bat
You can’t perform that action at this time.
0 commit comments