mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
28 lines
439 B
YAML
28 lines
439 B
YAML
'💻 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/*
|