Chore: Stop tracking files based on .gitignore update.

Untracked files matching the following rules:
- Rule "!.vscode/launch.json": 1 file
This commit is contained in:
VALLONGOL 2025-07-07 09:42:44 +02:00
parent d094081de1
commit 98ba39607e
3 changed files with 17 additions and 16 deletions

3
.gitignore vendored
View File

@ -152,4 +152,5 @@ dmypy.json
*.bundle
*.josn
_build/
_dist/
_dist/
temp_clones/

12
config/profiles.json Normal file
View File

@ -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"
}
}

View File

@ -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": {}
}