Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

36 строки
828 B

  1. # SPDX-FileCopyrightText: 2024 Suguru Hirahara
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. version = 1
  5. # Computer-generated files and other files which cannot be copyrighted
  6. [[annotations]]
  7. path = [
  8. ".github/renovate.json",
  9. "collections/requirements.yml",
  10. "i18n/.gitignore",
  11. "i18n/requirements.txt",
  12. "i18n/PUBLISHED_LANGUAGES",
  13. ".editorconfig",
  14. ".envrc",
  15. ".gitattributes",
  16. ".gitignore",
  17. ".yamllint",
  18. "flake.lock",
  19. "flake.nix",
  20. "requirements.yml"
  21. ]
  22. SPDX-FileCopyrightText = "NONE"
  23. SPDX-License-Identifier = "CC0-1.0"
  24. # See https://reuse.software/faq/#aggregate-info
  25. [[annotations]]
  26. path = [
  27. "i18n/**/*.po",
  28. "i18n/**/*.pot"
  29. ]
  30. precedence = "aggregate"
  31. SPDX-FileCopyrightText = "Slavi Pantaleev, MDAD community members"
  32. SPDX-License-Identifier = "AGPL-3.0-or-later"