mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-20 06:11:39 +00:00
25 lines
663 B
TOML
25 lines
663 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"tests/fixtures/**",
|
|
|
|
"contrib/.envrc-nix",
|
|
"contrib/.envrc-uv",
|
|
"contrib/.vscode/launch.json",
|
|
"docs/CNAME",
|
|
"src/tagstudio/qt/resources.json",
|
|
"src/tagstudio/resources/tagstudio.desktop",
|
|
"src/tagstudio/resources/templates/ts_ignore_template.txt",
|
|
"src/tagstudio/resources/templates/ts_ignore_template_blank.txt",
|
|
"tests/qt/__snapshots__/test_folders_to_tags.ambr",
|
|
|
|
".git-blame-ignore-revs",
|
|
".gitattributes",
|
|
".gitignore",
|
|
".pre-commit-config.yaml",
|
|
"flake.lock",
|
|
]
|
|
SPDX-FileCopyrightText = "(c) TagStudio Contributors"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|