gitextract_8lx324la/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── add-resource.yml │ │ ├── config.yml │ │ ├── new-resource.md │ │ └── report-issue.yml │ ├── PULL_REQUEST_TEMPLATE.md │ ├── funding.yml │ ├── pull_request_template.md │ └── workflows/ │ ├── awesome-lint.yml │ ├── link-check.yml │ ├── links_checker.yml │ └── linter.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── README.md └── SECURITY.md