diff --git a/.gitignore b/.gitignore index 49f9515..c5bd364 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,108 @@ -/.idea -*/obj -*/bin -*/pack/output \ No newline at end of file +# Python运行时文件 +__pycache__/ +*.py[cod] +*$py.class +*.so + +# 分发/打包 +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +*.manifest +*.spec + +# 单元测试/覆盖率报告 +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# 翻译 +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# 项目特定文件 +config.json +harmony_dev_tools.log +*.exe +*.spec + +# 导出目录(时间戳格式) +[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ + +.idea/ diff --git a/HarmonyDevTools.sln b/HarmonyDevTools.sln deleted file mode 100644 index e020f82..0000000 --- a/HarmonyDevTools.sln +++ /dev/null @@ -1,16 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HarmonyDevTools", "HarmonyDevTools\HarmonyDevTools.csproj", "{BBCBF001-B0B9-4F6D-A6EF-CC85E9D6FFFB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BBCBF001-B0B9-4F6D-A6EF-CC85E9D6FFFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BBCBF001-B0B9-4F6D-A6EF-CC85E9D6FFFB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BBCBF001-B0B9-4F6D-A6EF-CC85E9D6FFFB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BBCBF001-B0B9-4F6D-A6EF-CC85E9D6FFFB}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal diff --git a/HarmonyDevTools.sln.DotSettings.user b/HarmonyDevTools.sln.DotSettings.user deleted file mode 100644 index 4734008..0000000 --- a/HarmonyDevTools.sln.DotSettings.user +++ /dev/null @@ -1,3 +0,0 @@ - - True - SOLUTION \ No newline at end of file diff --git a/HarmonyDevTools/App.xaml b/HarmonyDevTools/App.xaml deleted file mode 100644 index 834173e..0000000 --- a/HarmonyDevTools/App.xaml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/HarmonyDevTools/App.xaml.cs b/HarmonyDevTools/App.xaml.cs deleted file mode 100644 index dc5d6ec..0000000 --- a/HarmonyDevTools/App.xaml.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace HarmonyDevTools -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - - } -} \ No newline at end of file diff --git a/HarmonyDevTools/AssemblyInfo.cs b/HarmonyDevTools/AssemblyInfo.cs deleted file mode 100644 index 4a05c7d..0000000 --- a/HarmonyDevTools/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] \ No newline at end of file diff --git a/HarmonyDevTools/HarmonyDevTools.csproj b/HarmonyDevTools/HarmonyDevTools.csproj deleted file mode 100644 index 7ed6cdf..0000000 --- a/HarmonyDevTools/HarmonyDevTools.csproj +++ /dev/null @@ -1,31 +0,0 @@ - - - - WinExe - net6.0-windows - enable - true - icon.ico - HarmonyDevTools - DevWiki - OpenHarmony and HarmonyOS Develop Tools - DevWiki - icon.ico - OpenHarmony,HarmonyOS - 1.0.2 - 1.0.2 - 1.0.2 - - - - - ..\libs\log4net.dll - - - - - - - - - diff --git a/HarmonyDevTools/MainWindow.xaml b/HarmonyDevTools/MainWindow.xaml deleted file mode 100644 index 26c037a..0000000 --- a/HarmonyDevTools/MainWindow.xaml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - -