From 98ba39607e8fe453ac2af08e45458d201b86cd98 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Mon, 7 Jul 2025 09:42:44 +0200 Subject: [PATCH] Chore: Stop tracking files based on .gitignore update. Untracked files matching the following rules: - Rule "!.vscode/launch.json": 1 file --- .gitignore | 3 ++- config/profiles.json | 12 ++++++++++++ export_folder/manifest.json | 18 +++--------------- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 config/profiles.json diff --git a/.gitignore b/.gitignore index 87c23a3..27d53d9 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,5 @@ dmypy.json *.bundle *.josn _build/ -_dist/ \ No newline at end of file +_dist/ +temp_clones/ \ No newline at end of file diff --git a/config/profiles.json b/config/profiles.json new file mode 100644 index 0000000..aba88b1 --- /dev/null +++ b/config/profiles.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "GITEA Lavoro": { + "url": "http://192.168.100.10:3000/", + "token": "1283e60844d227627038603b858fa67c8b6884b9", + "type": "gitea" + } + }, + "settings": { + "bundle_path": "C:/src/____GitProjects/RepoSync/export_folder" + } +} \ No newline at end of file diff --git a/export_folder/manifest.json b/export_folder/manifest.json index b1be4ef..ec2877f 100644 --- a/export_folder/manifest.json +++ b/export_folder/manifest.json @@ -1,17 +1,5 @@ { - "export_timestamp": "2025-07-06T15:16:24.250096+00:00", - "source_server_url": "http://192.168.1.117:3000", - "repositories": { - "Repo_test": { - "bundle_file": "Repo_test.bundle", - "last_update": "2025-07-06T15:16:24.243327+00:00", - "branches": { - "main": "19507abb55ae16aac4d6ff1a4924434452fc535e" - }, - "description": "repository di test per verificare il funzionamento di gitea", - "private": true, - "owner": "lucavallongo", - "clone_url": "http://192.168.1.117:3000/lucavallongo/Repo_test.git" - } - } + "export_timestamp": "2025-07-07T07:16:43.794303+00:00", + "source_server_url": "http://192.168.100.10:3000", + "repositories": {} } \ No newline at end of file