This commit is contained in:
2025-10-15 14:50:04 +02:00
parent 7013d8f791
commit 491b43beb2
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
#.vscode
**/data/ **/data/
nginx-proxy-manager/letsencrypt nginx-proxy-manager/letsencrypt
gitea/.ssh gitea/.ssh

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"computerliebe.gitea-workflow"
]
}