Compare commits

..
5 Commits
Author SHA1 Message Date
Zeusina cea4633436 fix: 🐛 add .vscode to gitignore 2026-03-15 21:38:57 +03:00
Zeusina da318a16bb fix: 🐛 fixed failed error message on non changes 2026-03-15 21:35:59 +03:00
Zeusina 4092081c7e feat: implemented token auth 2026-03-15 21:00:42 +03:00
Zeusina 607235d311 feat: add cloudflare auto ttl 2026-03-15 19:34:38 +03:00
Zeusina 27c03fff46 feat: init commit with main func 2026-03-15 19:29:27 +03:00
2 changed files with 2 additions and 16 deletions
+2 -3
View File
@@ -13,9 +13,8 @@ traefik-dns-watcher
.env
.env.local
# IDE settings (keep MCP config)
.vscode/*
!.vscode/mcp.json
# IDE settings
.vscode/
# OS files
.DS_Store
-13
View File
@@ -1,13 +0,0 @@
{
"servers": {
"git": {
"type": "stdio",
"command": "git-mcp-go",
"args": [
"serve",
"D:\\Projects\\DevOps\\traefik-dns-watcher"
]
}
},
"inputs": []
}