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:
parent
d094081de1
commit
98ba39607e
3
.gitignore
vendored
3
.gitignore
vendored
@ -152,4 +152,5 @@ dmypy.json
|
|||||||
*.bundle
|
*.bundle
|
||||||
*.josn
|
*.josn
|
||||||
_build/
|
_build/
|
||||||
_dist/
|
_dist/
|
||||||
|
temp_clones/
|
||||||
12
config/profiles.json
Normal file
12
config/profiles.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,17 +1,5 @@
|
|||||||
{
|
{
|
||||||
"export_timestamp": "2025-07-06T15:16:24.250096+00:00",
|
"export_timestamp": "2025-07-07T07:16:43.794303+00:00",
|
||||||
"source_server_url": "http://192.168.1.117:3000",
|
"source_server_url": "http://192.168.100.10:3000",
|
||||||
"repositories": {
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user