Spaces:
Running
Running
| 'π» aspect: code': | |
| - src/* | |
| - Cargo.toml | |
| - Cargo.lock | |
| - Dockerfile | |
| - docker-compose.yml | |
| - websurfx/* | |
| 'π€ aspect: dx': | |
| - '**/*.json' | |
| - .dockerignore | |
| - .gitignore | |
| - .gitpod.Dockerfile | |
| - .gitpod.yml | |
| - .rusty-hook.toml | |
| - PULL_REQUEST_TEMPLATE.md | |
| - SECURITY.md | |
| - .github/* | |
| - .mega-linter.yml | |
| - tests/* | |
| 'π aspect: text': | |
| - any: ['**/*.md', '!PULL_REQUEST_TEMPLATE.md', '!SECURITY.md'] | |
| - LICENSE | |
| 'πΉοΈ aspect: interface': | |
| - public/* | |