-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09a32e4
commit 4a18bf2
Showing
67 changed files
with
141 additions
and
1,896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
.DS_Store | ||
.atom/ | ||
.idea | ||
.packages | ||
.pub/ | ||
.pub-cache/ | ||
.svn/ | ||
.dart_tool/ | ||
.vscode/ | ||
.clangd | ||
.gdb_history | ||
.history | ||
.cxx | ||
*.iml | ||
compile_commands.json | ||
*.log | ||
*.pyc | ||
*.swp | ||
|
||
# Gradle? | ||
.uuid | ||
|
||
pubspec.lock | ||
|
||
# iOS and macOS dependencies | ||
.build/ | ||
Podfile.lock | ||
Pods/ | ||
.swiftpm/ | ||
.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/ephemeral/ | ||
**/Flutter/Flutter.podspec | ||
**/Flutter/Flutter.framework/ | ||
**/Flutter/flutter_assets/ | ||
**/Flutter/.last_build_id | ||
**/Pods/ | ||
|
||
ServiceDefinitions.json | ||
xcuserdata/ | ||
DerivedData/ | ||
dgph | ||
|
||
generated_plugin_registrant.* | ||
GeneratedPluginRegistrant.* | ||
|
||
# Gradle | ||
gradle-wrapper.jar | ||
.gradle/ | ||
gradlew | ||
gradlew.bat | ||
|
||
.project | ||
.classpath | ||
.settings | ||
|
||
# Directory created by dartdoc. | ||
doc/api/ | ||
|
||
# Avoid committing generated Javascript files: | ||
*.dart.js | ||
*.info.json # Produced by the --dump-info flag. | ||
*.js # When generated by dart2js. Don't specify *.js if your | ||
# project includes source files written in JavaScript. | ||
*.js_ | ||
*.js.deps | ||
*.js.map | ||
|
||
# Generated shared libraries. | ||
*.so | ||
*.so.* | ||
*.dylib | ||
*.dll | ||
|
||
# Files generated by tests for debugging purposes. | ||
**/test/debug_generated/* | ||
coverage/ | ||
|
||
## Downloaded files and build artifacts | ||
*.jar | ||
*.class | ||
*.exe | ||
|
||
# Visual Studio user-specific files. | ||
*.suo | ||
*.user | ||
*.userosscache | ||
*.sln.docstates | ||
|
||
# Visual Studio build-related files. | ||
x64/ | ||
x86/ | ||
|
||
# Visual Studio cache files | ||
# files ending in .cache can be ignored | ||
*.[Cc]ache | ||
# but keep track of directories ending in .cache | ||
!*.[Cc]ache/ | ||
|
||
# CMake | ||
CMakeFiles/ | ||
CMakeScripts/ | ||
Makefile | ||
cmake_install.cmake | ||
CMakeCache.txt | ||
|
||
# Android | ||
**/android/app/debug | ||
**/android/app/profile | ||
**/android/app/release | ||
|
||
# Symbolication related | ||
app.*.symbols | ||
|
||
# Obfuscation related | ||
app.*.map.json |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# CMake generated files and directories. | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
CmakeScripts/ | ||
Makefile | ||
cmake_install.cmake | ||
|
||
# Xcode tooling generated via `cmake -G Xcode .`. | ||
cjson_library.xcodeproj/ | ||
|
||
# Xcode generated build and output directories. | ||
cjson_library.build/ | ||
|
||
# Generated shared library files. | ||
*.dylib | ||
*.so.* | ||
*.dll |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
pkgs/jni/example/macos/Flutter/GeneratedPluginRegistrant.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.