Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

38 rader
892 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. "roles/custom/**/*.repo",
  14. ".editorconfig",
  15. ".envrc",
  16. ".gitattributes",
  17. ".gitignore",
  18. ".yamllint",
  19. "ansible.cfg",
  20. "flake.lock",
  21. "flake.nix",
  22. "requirements.yml"
  23. ]
  24. SPDX-FileCopyrightText = "NONE"
  25. SPDX-License-Identifier = "CC0-1.0"
  26. # See https://reuse.software/faq/#aggregate-info
  27. [[annotations]]
  28. path = [
  29. "i18n/**/*.po",
  30. "i18n/**/*.pot"
  31. ]
  32. precedence = "aggregate"
  33. SPDX-FileCopyrightText = "2024 - 2025 Slavi Pantaleev, MDAD project contributors"
  34. SPDX-License-Identifier = "AGPL-3.0-or-later"