[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

Don't ignore .git in test folders

FoxxMD (Aug 13, 2025, 2:35 PM UTC) b2afbb8b 537fc948

+5 -1
+5 -1
.vscode/settings.json
··· 1 1 { 2 2 "mochaExplorer.require": "tsx/esm", 3 3 "mochaExplorer.timeout": 1200000, 4 - "mochaExplorer.exit": true 4 + "mochaExplorer.exit": true, 5 + "files.exclude": { 6 + ".git": true, 7 + "**/.git": false 8 + } 5 9 }