Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

27 wiersze
641 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. "i18n/.gitignore",
  10. "i18n/requirements.txt",
  11. "i18n/PUBLISHED_LANGUAGES"
  12. ]
  13. SPDX-FileCopyrightText = "NONE"
  14. SPDX-License-Identifier = "CC0-1.0"
  15. # See https://reuse.software/faq/#aggregate-info
  16. [[annotations]]
  17. path = [
  18. "i18n/**/*.po",
  19. "i18n/**/*.pot"
  20. ]
  21. precedence = "aggregate"
  22. SPDX-FileCopyrightText = "Slavi Pantaleev, MDAD community members"
  23. SPDX-License-Identifier = "AGPL-3.0-or-later"