Files
Grav/.gitattributes
Andy Miller 4d31bbb43a ignore .github and .phan folders, fixed path check
Signed-off-by: Andy Miller <rhuk@mac.com>
2025-11-05 23:25:49 +00:00

9 lines
241 B
Plaintext

# Exclude development and CI/CD files from release archives
/.github export-ignore
/.phan export-ignore
/tests export-ignore
/codeception.yml export-ignore
/.travis.yml export-ignore
/.dependencies export-ignore
/.editorconfig export-ignore