env: merge .gitignore from flutter/packages repo (#75)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9347ee9cdb
commit
68bd7ba3ba
+30
-25
@@ -1,53 +1,58 @@
|
|||||||
# This file was copied from flutter/plugins/.gitignore.
|
# This file was copied from flutter/packages/.gitignore.
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
.idea/
|
.idea
|
||||||
.vscode/
|
|
||||||
|
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
pubspec.lock
|
.vscode/
|
||||||
flutter_export_environment.sh
|
*.iml
|
||||||
|
|
||||||
examples/all_plugins/pubspec.yaml
|
# Gradle?
|
||||||
|
.uuid
|
||||||
|
|
||||||
|
pubspec.lock
|
||||||
|
|
||||||
Podfile.lock
|
Podfile.lock
|
||||||
Pods/
|
Pods/
|
||||||
.symlinks/
|
.symlinks/
|
||||||
|
|
||||||
|
*instrumentscli*.trace
|
||||||
|
*.cipd
|
||||||
|
|
||||||
|
# Build directories are produced when building using the Flutter CLI.
|
||||||
|
build
|
||||||
|
|
||||||
|
# This file is produced as a back-up when web_benchmarks fails to parse a
|
||||||
|
# Chrome trace.
|
||||||
|
chrome-trace.json
|
||||||
|
|
||||||
|
# Generated files on example apps
|
||||||
|
flutter_export_environment.sh
|
||||||
|
.flutter-plugins*
|
||||||
|
local.properties
|
||||||
|
keystore.properties
|
||||||
|
**/Flutter/Generated.xcconfig
|
||||||
**/Flutter/App.framework/
|
**/Flutter/App.framework/
|
||||||
**/Flutter/ephemeral/
|
**/Flutter/ephemeral/
|
||||||
**/Flutter/Flutter.podspec
|
**/Flutter/Flutter.podspec
|
||||||
**/Flutter/Flutter.framework/
|
**/Flutter/Flutter.framework/
|
||||||
**/Flutter/Generated.xcconfig
|
|
||||||
**/Flutter/flutter_assets/
|
**/Flutter/flutter_assets/
|
||||||
|
|
||||||
ServiceDefinitions.json
|
ServiceDefinitions.json
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
**/DerivedData/
|
**/DerivedData/
|
||||||
|
|
||||||
local.properties
|
generated_plugin_registrant.*
|
||||||
keystore.properties
|
GeneratedPluginRegistrant.*
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
**/gradle-wrapper.jar
|
||||||
.gradle/
|
.gradle/
|
||||||
gradlew
|
gradlew
|
||||||
gradlew.bat
|
gradlew.bat
|
||||||
gradle-wrapper.jar
|
|
||||||
.flutter-plugins-dependencies
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
generated_plugin_registrant.dart
|
|
||||||
GeneratedPluginRegistrant.h
|
|
||||||
GeneratedPluginRegistrant.m
|
|
||||||
generated_plugin_registrant.cc
|
|
||||||
GeneratedPluginRegistrant.java
|
|
||||||
GeneratedPluginRegistrant.swift
|
|
||||||
build/
|
|
||||||
.flutter-plugins
|
|
||||||
|
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
# Downloaded by the plugin tools.
|
|
||||||
google-java-format-1.3-all-deps.jar
|
|
||||||
|
|||||||
Reference in New Issue
Block a user