# SPDX-FileCopyrightText: 2026 Damián Búho <damian.buho@proton.me>
# SPDX-License-Identifier: MIT

# .gitattributes — generated by `pf-bridge gitattributes`
# Stack: go
# Attributes let tooling ask GIT what a file is, so a name that carries no
# extension is still classified. Query them with `:(attr:NAME)` pathspecs.
# Edit projectfile [org.projectfile.attributes] include/exclude to customise —
# direct edits here are overwritten on the next generation.
# pf-cli-managed: yes

# >>> builtin
*.sh    shell
*.bash  shell
# <<< builtin

# >>> shell-include
**/benchmark.d/*    shell
**/bootstrap.d/*    shell
**/build.d/*        shell
**/command.d/*      shell
**/entrypoint.d/*   shell
**/features.d/*     shell
**/healthcheck.d/*  shell
**/report.d/*       shell
**/test.d/*         shell
**/tools.d/*        shell
# <<< shell-include

# >>> shell-exclude
*.cjs     -shell
*.deps    -shell
*.j2      -shell
*.js      -shell
*.md      -shell
*.mjs     -shell
*.py      -shell
*.txt     -shell
.gitkeep  -shell
# <<< shell-exclude

