Remove ignored files from repo
This commit is contained in:
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
|
||||
# ============================
|
||||
# macOS 系统文件
|
||||
# ============================
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# 缩略图缓存
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# ============================
|
||||
# Python
|
||||
# ============================
|
||||
|
||||
# 编译文件
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# 虚拟环境
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# 打包和分发
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# 单元测试/覆盖率
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
.tox/
|
||||
|
||||
# mypy / 类型检查
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Pydantic, pyright, ruff
|
||||
.pyre/
|
||||
.pytype/
|
||||
.ruff_cache/
|
||||
|
||||
# ============================
|
||||
# VS Code
|
||||
# ============================
|
||||
.vscode/
|
||||
.history/
|
||||
*.code-workspace
|
||||
|
||||
# ============================
|
||||
# 其他常见情况
|
||||
# ============================
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
|
||||
# 临时文件
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Swift Package Manager
|
||||
.build/
|
||||
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
||||
"name": "Debug IpadReaderCLI (ipad_app)",
|
||||
"program": "${workspaceFolder:ibook}/ipad_app/.build/debug/IpadReaderCLI",
|
||||
"preLaunchTask": "swift: Build Debug IpadReaderCLI (ipad_app)"
|
||||
},
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
||||
"name": "Release IpadReaderCLI (ipad_app)",
|
||||
"program": "${workspaceFolder:ibook}/ipad_app/.build/release/IpadReaderCLI",
|
||||
"preLaunchTask": "swift: Build Release IpadReaderCLI (ipad_app)"
|
||||
}
|
||||
]
|
||||
}
|
||||
23
.vscode/settings.json
vendored
23
.vscode/settings.json
vendored
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "/Users/gavin/venv/bin/python",
|
||||
"python-envs.pythonProjects": [
|
||||
{
|
||||
"path": "/Users/gavin/venv",
|
||||
}
|
||||
],
|
||||
// 指定 Python 解释器为你的虚拟环境
|
||||
|
||||
// 在终端打开时自动激活虚拟环境
|
||||
"python.terminal.activateEnvironment": true,
|
||||
|
||||
// 可选:指定 VS Code 使用的 shell
|
||||
// 如果想自动 source venv,即使没有选择 Python 解释器
|
||||
"terminal.integrated.profiles.osx": {
|
||||
"zsh_with_venv": {
|
||||
"path": "/bin/zsh",
|
||||
"args": ["-c", "source ~/venv/bin/activate; exec zsh"]
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.osx": "zsh_with_venv",
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
downimg/.DS_Store
vendored
BIN
downimg/.DS_Store
vendored
Binary file not shown.
BIN
examples/.DS_Store
vendored
BIN
examples/.DS_Store
vendored
Binary file not shown.
BIN
fonts/JetBrainsMono-1.0.3/.DS_Store
vendored
BIN
fonts/JetBrainsMono-1.0.3/.DS_Store
vendored
Binary file not shown.
BIN
fonts/JetBrainsMono-1.0.3/web/.DS_Store
vendored
BIN
fonts/JetBrainsMono-1.0.3/web/.DS_Store
vendored
Binary file not shown.
BIN
icons/.DS_Store
vendored
BIN
icons/.DS_Store
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"": {
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/master.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/CLIMain.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/CLIMain.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/CLIMain.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/CLIMain~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/CLIMain.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/ContentView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ContentView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ContentView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ContentView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ContentView.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/IpadReaderApp.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/IpadReaderApp.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/IpadReaderApp.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/IpadReaderApp~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/IpadReaderApp.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Models/BundleModels.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleModels.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleModels.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleModels~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleModels.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Services/BundleImporter.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleImporter.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleImporter.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleImporter~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleImporter.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Services/ImageCache.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ImageCache.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ImageCache.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ImageCache~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ImageCache.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/ViewModels/LibraryViewModel.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/LibraryViewModel.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/LibraryViewModel.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/LibraryViewModel~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/LibraryViewModel.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Views/BookDetailView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookDetailView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookDetailView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookDetailView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookDetailView.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Views/BookListView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookListView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookListView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookListView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookListView.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Views/Components/BubbleMetricsView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BubbleMetricsView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BubbleMetricsView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BubbleMetricsView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BubbleMetricsView.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Views/Components/EmptyStateView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/EmptyStateView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/EmptyStateView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/EmptyStateView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/EmptyStateView.swiftdeps"
|
||||
},
|
||||
"/Users/gavin/ibook/ipad_app/Sources/Views/StatsView.swift": {
|
||||
"dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/StatsView.d",
|
||||
"object": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/StatsView.swift.o",
|
||||
"swiftmodule": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/StatsView~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/StatsView.swiftdeps"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
/Users/gavin/ibook/ipad_app/Sources/CLIMain.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/ContentView.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/IpadReaderApp.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Models/BundleModels.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Services/BundleImporter.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Services/ImageCache.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/ViewModels/LibraryViewModel.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Views/BookDetailView.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Views/BookListView.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Views/Components/BubbleMetricsView.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Views/Components/EmptyStateView.swift
|
||||
/Users/gavin/ibook/ipad_app/Sources/Views/StatsView.swift
|
||||
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.get-task-allow</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.IpadReaderCLI</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,34 +0,0 @@
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookDetailView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BookListView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BubbleMetricsView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleImporter.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/BundleModels.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/CLIMain.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ContentView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/EmptyStateView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/ImageCache.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/IpadReaderApp.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/LibraryViewModel.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/IpadReader.build/StatsView.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+BackingConfiguration.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+Deprecated.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+Helpers.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+MemoryFile.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+Progress.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+Reading.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+ReadingDeprecated.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+Writing.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+WritingDeprecated.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive+ZIP64.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Archive.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Data+Compression.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Data+CompressionDeprecated.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Data+Serialization.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Date+ZIP.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Entry+Serialization.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Entry+ZIP64.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/Entry.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/FileManager+ZIP.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/FileManager+ZIPDeprecated.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/URL+ZIP.swift.o
|
||||
/Users/gavin/ibook/ipad_app/.build/arm64-apple-macosx/debug/ZIPFoundation.build/resource_bundle_accessor.swift.o
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user