Skip to content

Commit eb6dc3e

Browse files
author
ChrisMaunder
committed
Upgrade to 2.5.5 / long process support
1 parent 4c01243 commit eb6dc3e

File tree

198 files changed

+8836
-2275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+8836
-2275
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,16 @@ MigrationBackup/
300300
/Installers/downloads
301301

302302
/Installers/macOS/application
303+
/Installers/macOS/build/
303304
/Installers/macOS/target
304305
/Installers/macOS/*.pkg
305306
/Installers/macOS/CodeProject.AI-Server_*_macOS_*.zip
307+
308+
/Installers/Ubuntu/build/
309+
/Installers/Ubuntu/installer/
306310
/Installers/Ubuntu/*.deb
307311
/Installers/Ubuntu/codeproject.ai-server_*_Ubuntu_*.zip
312+
308313
/Installers/Windows/Inno Setup/Output
309314
/Installers/Windows/Inno Setup/assets/dotnet-hosting-*.exe
310315
/Installers/Windows/WIX Toolset/CodeProjectAI.Server.Installer/ServerInstallFiles.wxs
@@ -360,9 +365,16 @@ src/modules/ObjectDetectionYoloRKNN/custom-models
360365
/src/modules/PortraitFilter/runtimeconfig.template.Designer.cs
361366
/src/modules/SceneClassifier/assets
362367
/src/modules/SoundClassifierTF/data/
368+
/src/modules/Text2Image/assets
363369
/src/modules/TrainingObjectDetectionYOLOv5/assets
364370
/src/modules/TrainingObjectDetectionYOLOv5/datasets
365371
/src/modules/TrainingObjectDetectionYOLOv5/fiftyone
366372
/src/modules/TrainingObjectDetectionYOLOv5/training
367373
/src/modules/TrainingObjectDetectionYOLOv5/train
368374
/src/modules/TrainingObjectDetectionYOLOv5/zoo
375+
376+
/src/modules/ModuleDemoPythonSimple/assets/
377+
/src/modules/ModuleDemoPythonSimple/bin/
378+
/src/modules/ModuleDemoNetSimple/assets/
379+
/src/modules/ModuleDemoNetSimple/bin/
380+
/src/modules/ModuleDemoNetSimple/obj/

0 commit comments

Comments
 (0)